mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Add theme scopes for indent guides
This commit is contained in:
parent
8c4c923e80
commit
924b4ebb39
3 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,8 @@ label = "honey"
|
|||
"ui.text.focus" = { fg = "white" }
|
||||
"ui.virtual" = { fg = "comet" }
|
||||
|
||||
"ui.virtual.indent-guide" = { fg = "comet" }
|
||||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.selection.primary" = { bg = "#540099" }
|
||||
# TODO: namespace ui.cursor as ui.selection.cursor?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue