Mercurial > dotfiles
diff dot_config/helix/themes/tutticolori.toml @ 859:e95eddf5000e
feat: add jump-label highlighting for helix
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 05 Apr 2024 13:18:18 +0200 |
parents | ff1e2121f5bc |
children | 1e11c38b195c |
line wrap: on
line diff
--- a/dot_config/helix/themes/tutticolori.toml Tue Apr 02 20:23:28 2024 +0200 +++ b/dot_config/helix/themes/tutticolori.toml Fri Apr 05 13:18:18 2024 +0200 @@ -16,6 +16,7 @@ "ui.popup" = { fg = "black", bg = "ice-light" } "ui.help" = { fg = "black", bg = "ice-light" } "ui.virtual.whitespace" = { fg = "gray" } +"ui.virtual.jump-label" = { bg = "green-light" } "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } "diagnostic.warning" = { underline = { color = "orange", style = "curl"} }