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

This commit is contained in:
2026-05-19 21:19:45 +02:00
parent 4e1e89b6de
commit 226667afdd
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

View File

@@ -4,7 +4,7 @@ set-option global startup_info_version 20260412
set-option global ui_options terminal_assistant=none
hook global WinCreate .* %{
add-highlighter window/number-lines number-lines -relative
add-highlighter window/number-lines number-lines -relative -hlcursor
}
add-highlighter global/ show-matching