From bb57c9e087a199adcc4f45a06d8e0e6358283e08 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 23 Jun 2018 20:06:25 -0700 Subject: [PATCH] kakrc --- kak/colors/jdkaplan.kak | 27 ++++++++++++++------------- kak/kakrc | 4 +++- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/kak/colors/jdkaplan.kak b/kak/colors/jdkaplan.kak index 8e7d65f..3f66fca 100644 --- a/kak/colors/jdkaplan.kak +++ b/kak/colors/jdkaplan.kak @@ -41,18 +41,18 @@ face global operator ${green} face global attribute ${cyan} face global comment ${gray_AF} face global meta magenta -face global builtin default+b +face global builtin +b # For markup face global title +u -face global header default +# face global header default face global bold +b face global italic +i -face global mono default -face global block default -face global link default -face global bullet default -face global list default +# face global mono default +# face global block default +# face global link default +# face global bullet default +# face global list default # builtin faces face global Default ${gray_E4},${gray_26} @@ -60,10 +60,11 @@ face global PrimaryCursor ${black},${white} face global PrimarySelection ${black},${gray_80} face global SecondaryCursor ${white},${gray_58} face global SecondarySelection ${white},${gray_3A} -face global PrimaryCursorEol black,cyan -face global SecondaryCursorEol black,cyan +face global PrimaryCursorEol ${black},${white} +face global SecondaryCursorEol ${black},${gray_58} face global LineNumbers ${gray_8A},default -face global LineNumberCursor default,default+r +face global LineNumberCursor ${gray_8A},default +face global LineNumbersWrapped ${gray_26},${gray_26} face global MenuForeground white,blue face global MenuBackground blue,white face global MenuInfo cyan @@ -74,9 +75,9 @@ face global StatusLineMode ${gray_EE},${gray_44} face global StatusLineInfo ${gray_EE},${gray_44} face global StatusLineValue ${gray_EE},${gray_44} -face global StatusCursor black,cyan -face global Prompt yellow,default +# face global StatusCursor black,cyan +# face global Prompt yellow,default face global MatchingChar ${lightorange},${gray_26}+b -face global BufferPadding blue,default +face global BufferPadding ${gray_80},${gray_3A} " } diff --git a/kak/kakrc b/kak/kakrc index f454307..780fc49 100644 --- a/kak/kakrc +++ b/kak/kakrc @@ -1,3 +1,5 @@ colorscheme jdkaplan -add-highlighter global number_lines +add-highlighter global number_lines -separator ' ' +add-highlighter global show_matching +add-highlighter global wrap -word