kakoune: highlight cursor line (turn on, and support in themes)

This commit is contained in:
2026-05-19 21:19:45 +02:00
parent caeb94082d
commit 6622539538
5 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ evaluate-commands %sh{
# Built-in highlighter faces
set-face global LineNumbers $gray
set-face global LineNumberCursor $gray
set-face global LineNumberCursor $green3
set-face global LineNumbersWrapped $bg,$bg
set-face global MatchingChar $red1
set-face global Whitespace $gray

View File

@@ -83,7 +83,7 @@ evaluate-commands %sh{
# Built-in highlighter faces
set-face global LineNumbers $gray
set-face global LineNumberCursor $gray
set-face global LineNumberCursor $green3
set-face global LineNumbersWrapped $bg,$bg
set-face global MatchingChar $red1
set-face global Whitespace $gray

View File

@@ -79,7 +79,7 @@ evaluate-commands %sh{
# Built-in highlighter faces
set-face global LineNumbers $blue3
set-face global LineNumberCursor $blue3
set-face global LineNumberCursor $green3
set-face global LineNumbersWrapped $bg,$bg
set-face global MatchingChar $yellow1
set-face global Whitespace $gray

View File

@@ -79,7 +79,7 @@ evaluate-commands %sh{
# Built-in highlighter faces
set-face global LineNumbers $blue3
set-face global LineNumberCursor $blue3
set-face global LineNumberCursor $green2
set-face global LineNumbersWrapped $bg,$bg
set-face global MatchingChar $yellow1
set-face global Whitespace $gray