summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-06-02 21:27:33 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-06-02 21:27:33 +1000
commitd75f49a795786fb8a0d8f8279a17c0762d8029e0 (patch)
tree2202a817ebbfdbd686edbdc6a4aeff03fc14ed83
parent0da167ac43f8c5c9b8484e7aadfc6a8ceca68552 (diff)
downloadyo-theme-helix-d75f49a795786fb8a0d8f8279a17c0762d8029e0.tar.gz
Improve bufferline, add inlay-hint untested
-rw-r--r--yo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/yo.toml b/yo.toml
index 5bb8e58..10b6df8 100644
--- a/yo.toml
+++ b/yo.toml
@@ -34,7 +34,9 @@
"ui.linenr.selected" = { fg = "p11" }
diff = { fg = "p8" }
-# statusline
+# bufferline/statusline
+"ui.bufferline" = { fg = "p11", bg = "p4" }
+"ui.bufferline.active" = { fg = "p2", bg = "p11" }
"ui.statusline" = { fg = "p11", bg = "p4" }
"ui.statusline.inactive" = { fg = "p11", bg = "p2" }
"ui.statusline.normal" = { fg = "p2", bg = "p11" }
@@ -46,6 +48,7 @@ diff = { fg = "p8" }
"ui.virtual.ruler" = { bg = "p3" }
"ui.virtual.whitespace" = { fg = "p6" }
"ui.virtual.indent-guide" = { fg = "p6" }
+"ui.virtual.inlay-hint" = { fg = "p7" } # TODO test
# diagnostics
warning = { fg = "warning", modifiers = ["bold"] }