mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add an Amp-like jump command
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
3001f22b31
commit
b46064b8c4
11 changed files with 244 additions and 6 deletions
|
@ -52,11 +52,11 @@ label = "honey"
|
|||
"ui.popup" = { bg = "revolver" }
|
||||
"ui.window" = { fg = "bossanova" }
|
||||
"ui.help" = { bg = "#7958DC", fg = "#171452" }
|
||||
|
||||
"ui.text" = { fg = "lavender" }
|
||||
"ui.text.focus" = { fg = "white" }
|
||||
"ui.text.inactive" = "sirocco"
|
||||
"ui.virtual" = { fg = "comet" }
|
||||
"ui.virtual.jump-label" = { fg = "apricot", modifiers = ["bold"] }
|
||||
|
||||
"ui.virtual.indent-guide" = { fg = "comet" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue