diff options
author | Michael McClintock <mrmcc3@gmail.com> | 2023-06-02 21:27:33 +1000 |
---|---|---|
committer | Michael McClintock <mrmcc3@gmail.com> | 2023-06-02 21:27:33 +1000 |
commit | d75f49a795786fb8a0d8f8279a17c0762d8029e0 (patch) | |
tree | 2202a817ebbfdbd686edbdc6a4aeff03fc14ed83 | |
parent | 0da167ac43f8c5c9b8484e7aadfc6a8ceca68552 (diff) | |
download | yo-theme-helix-d75f49a795786fb8a0d8f8279a17c0762d8029e0.tar.gz |
Improve bufferline, add inlay-hint untested
-rw-r--r-- | yo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"] } |