Skip to content

Commit 1948458

Browse files
committed
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.
1 parent 725f568 commit 1948458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jump.kak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare-option -docstring "
1313
declare-option -docstring "
1414
Face to use for highlighting jump labels. Set to `default` to not apply any highlighting at all.
1515
" str \
16-
jumpLabelFace 'rgb:f07a2b+f'
16+
jumpLabelFace 'rgb:f07a2b+fa'
1717

1818
declare-option -docstring "
1919
Face to use for dimming out non-label text. Set to `default` to not apply any dimming at all.

0 commit comments

Comments
 (0)