Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml index 7a518b2fe..8e550f922 100644 --- a/theme.toml +++ b/theme.toml @@ -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? |