# HG changeset patch # User Zeger Van de Vannet # Date 1712315898 -7200 # Node ID e95eddf5000e865cdd050dba245108bfef1d5397 # Parent ac642e2965de48660f42562606c6e6ebf41c03d7 feat: add jump-label highlighting for helix diff -r ac642e2965de -r e95eddf5000e dot_config/helix/themes/tutticolori.toml --- 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"} }