Add theme scopes for indent guides

This commit is contained in:
Gokul Soumya 2022-04-02 16:40:13 +05:30 committed by Blaž Hrastnik
parent 8c4c923e80
commit 924b4ebb39
3 changed files with 6 additions and 0 deletions

View file

@ -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?