Mercurial > dotfiles
changeset 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 | 6326025918fa |
children | 75fe7fda0948 |
files | dot_config/helix/themes/tutticolori.toml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"} }