helix/helix-term/src/ui
Mathspy d06800f1dd
Add mode specific styles (#2676)
* Add mode specific styles

In similar vein to neovim's lualine and similar statusline packages this
allows helix users to style their mode based on which mode it is thus
making each mode more visually distinct at a glance

* Add an example based on rosepine

* Add editor.colors-mode config

* Document statusline mode styles
2022-06-30 18:26:00 +09:00
..
completion.rs Restore document state on completion cancel (#2096) 2022-04-20 10:42:33 +09:00
editor.rs Add mode specific styles (#2676) 2022-06-30 18:26:00 +09:00
info.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
markdown.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
menu.rs Right align scrollbar with track in completion popup (#2754) 2022-06-27 16:52:31 +09:00
mod.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
overlay.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2022-02-15 10:24:03 +09:00
picker.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
popup.rs Refactor Margin for fine grained control (#2727) 2022-06-22 01:52:08 +09:00
prompt.rs fixes showing the last prompt on empty input (#2870) 2022-06-24 17:14:48 +02:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00