changeset 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 ac642e2965de
children 333a6c27fdf2
files dot_config/helix/themes/tutticolori.toml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"} }