diff dot_config/helix/themes/tutticolori.toml @ 866:1e11c38b195c

feat: mark jump-labels as bold text
author Zeger Van de Vannet <zeger@vandevan.net>
date Tue, 16 Apr 2024 19:07:27 +0200
parents e95eddf5000e
children c140fbe39d37
line wrap: on
line diff
--- 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"} }