kakoune: highlight cursor line (turn on, and support in themes)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user