aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorGokul Soumya2022-04-02 11:10:13 +0000
committerBlaž Hrastnik2022-06-21 16:43:25 +0000
commit924b4ebb39df71d8499e7d38015c2423a89a3e49 (patch)
tree1ce345566c00e7f047c6f5a55a07837af64545a3 /theme.toml
parent8c4c923e803fe5c0d4da4dcc3223c0fc8001bd7a (diff)
Add theme scopes for indent guides
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 7a518b2f..8e550f92 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?