From 1948458b5d66588ed809bcefb56bac9bc5e25065 Mon Sep 17 00:00:00 2001 From: postsolar <120750161+postsolar@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:18:41 +0200 Subject: [PATCH] Add `+a` attribute to default labels face This will make labels look more consistent. For example, labels on italic text won't be italic themselves anymore. --- jump.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jump.kak b/jump.kak index d63d185..0749dfe 100644 --- a/jump.kak +++ b/jump.kak @@ -13,7 +13,7 @@ declare-option -docstring " declare-option -docstring " Face to use for highlighting jump labels. Set to `default` to not apply any highlighting at all. " str \ - jumpLabelFace 'rgb:f07a2b+f' + jumpLabelFace 'rgb:f07a2b+fa' declare-option -docstring " Face to use for dimming out non-label text. Set to `default` to not apply any dimming at all.