# HG changeset patch # User Zeger Van de Vannet # Date 1713287247 -7200 # Node ID 1e11c38b195c73a7524b0fa25988482e32b91e3a # Parent 6326025918faae971118c34b4aa8e32194dcac0e feat: mark jump-labels as bold text diff -r 6326025918fa -r 1e11c38b195c dot_config/helix/themes/tutticolori.toml --- a/dot_config/helix/themes/tutticolori.toml Fri Apr 05 18:47:56 2024 +0200 +++ b/dot_config/helix/themes/tutticolori.toml Tue Apr 16 19:07:27 2024 +0200 @@ -16,7 +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" } +"ui.virtual.jump-label" = { bg = "green-light", fg = "black", modifiers=["bold"]} "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } "diagnostic.warning" = { underline = { color = "orange", style = "curl"} }