diff --git a/kakoune/.config/kak/colors/five-colors-dark.kak b/kakoune/.config/kak/colors/five-colors-dark.kak index d98b886..21e7f28 100644 --- a/kakoune/.config/kak/colors/five-colors-dark.kak +++ b/kakoune/.config/kak/colors/five-colors-dark.kak @@ -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 diff --git a/kakoune/.config/kak/colors/five-colors-light.kak b/kakoune/.config/kak/colors/five-colors-light.kak index 0a57516..2c8a9ee 100644 --- a/kakoune/.config/kak/colors/five-colors-light.kak +++ b/kakoune/.config/kak/colors/five-colors-light.kak @@ -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 diff --git a/kakoune/.config/kak/colors/four-colors-dark.kak b/kakoune/.config/kak/colors/four-colors-dark.kak index 28775d7..1cfee7e 100644 --- a/kakoune/.config/kak/colors/four-colors-dark.kak +++ b/kakoune/.config/kak/colors/four-colors-dark.kak @@ -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 diff --git a/kakoune/.config/kak/colors/four-colors-light.kak b/kakoune/.config/kak/colors/four-colors-light.kak index f38db4b..1c0e36e 100644 --- a/kakoune/.config/kak/colors/four-colors-light.kak +++ b/kakoune/.config/kak/colors/four-colors-light.kak @@ -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 diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc index 0b86ca2..3b296dd 100644 --- a/kakoune/.config/kak/kakrc +++ b/kakoune/.config/kak/kakrc @@ -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