From df5ae5fa79a7f7fbbc0cdf8d955832de361fe2c0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 24 Feb 2018 21:52:07 +1100 Subject: [PATCH] colorschemes: Add PrimaryCursorEol and SecondaryCursorEol Tried to respect the colorscheme themes, adjustements welcome. --- colors/base16.kak | 2 ++ colors/desertex.kak | 3 +++ colors/github.kak | 6 ++++-- colors/gruvbox.kak | 2 ++ colors/lucius.kak | 2 ++ colors/reeder.kak | 6 ++++-- colors/solarized-dark.kak | 2 ++ colors/solarized-light.kak | 2 ++ colors/tomorrow-night.kak | 2 ++ colors/zenburn.kak | 3 +++ 10 files changed, 26 insertions(+), 4 deletions(-) diff --git a/colors/base16.kak b/colors/base16.kak index 4fd0f441..6284df5e 100644 --- a/colors/base16.kak +++ b/colors/base16.kak @@ -52,6 +52,8 @@ face SecondarySelection black,blue face PrimaryCursor black,white face SecondaryCursor black,white + face PrimaryCursorEol black,${cyan_light} + face SecondaryCursorEol black,${cyan_light} face LineNumbers ${grey_light},${black_lighter} face LineNumberCursor ${grey_light},rgb:282828+b face MenuForeground ${grey_light},blue diff --git a/colors/desertex.kak b/colors/desertex.kak index 4f82e270..25981320 100644 --- a/colors/desertex.kak +++ b/colors/desertex.kak @@ -36,6 +36,9 @@ face SecondarySelection black,blue face PrimaryCursor black,white face SecondaryCursor black,white +face PrimaryCursorEol black,rgb:7ccd7c +face SecondaryCursorEol black,rgb:7ccd7c + face LineNumbers rgb:605958 face LineNumberCursor yellow,default+b diff --git a/colors/github.kak b/colors/github.kak index 6ef8dc3d..ae5bb934 100644 --- a/colors/github.kak +++ b/colors/github.kak @@ -32,8 +32,10 @@ face list yellow face Default rgb:121213,rgb:F8F8FF face PrimarySelection default,rgb:A6F3A6 face SecondarySelection default,rgb:DBFFDB -face PrimaryCursor black,white -face SecondaryCursor black,white +face PrimaryCursor black,rgb:888888 +face SecondaryCursor black,rgb:888888 +face PrimaryCursorEol black,rgb:A71D5D +face SecondaryCursorEol black,rgb:A71D5D face LineNumbers rgb:A0A0A0,rgb:ECECEC face LineNumberCursor rgb:434343,rgb:DDDDDD face MenuForeground rgb:434343,rgb:CDCDFD diff --git a/colors/gruvbox.kak b/colors/gruvbox.kak index d4efca30..a3559af2 100644 --- a/colors/gruvbox.kak +++ b/colors/gruvbox.kak @@ -53,6 +53,8 @@ face SecondarySelection ${bg},${blue} face PrimaryCursor ${bg},${fg} face SecondaryCursor ${bg},${fg} + face PrimaryCursorEol ${bg},${fg4} + face SecondaryCursorEol ${bg},${fg4} face LineNumbers ${bg4} face LineNumberCursor ${yellow},${bg1} face MenuForeground ${bg2},${blue} diff --git a/colors/lucius.kak b/colors/lucius.kak index 1a4dd334..0d8e7318 100644 --- a/colors/lucius.kak +++ b/colors/lucius.kak @@ -54,6 +54,8 @@ face SecondarySelection ${lucius_lighter_grey},${lucius_dark_blue} face PrimaryCursor ${lucius_darker_grey},${lucius_lighter_grey} face SecondaryCursor ${lucius_darker_grey},${lucius_lighter_grey} + face PrimaryCursorEol ${lucius_darker_grey},${lucius_dark_green} + face SecondaryCursorEol ${lucius_darker_grey},${lucius_dark_green} face LineNumbers ${lucius_grey},${lucius_dark_grey} face LineNumberCursor ${lucius_grey},${lucius_dark_grey}+b face MenuForeground ${lucius_blue},${lucius_dark_blue} diff --git a/colors/reeder.kak b/colors/reeder.kak index 5e4ead2a..bf52291e 100644 --- a/colors/reeder.kak +++ b/colors/reeder.kak @@ -50,8 +50,10 @@ face Default ${black_light},${white} face PrimarySelection ${black},${brown_lighter} face SecondarySelection ${black_light},${grey_light} - face PrimaryCursor ${black},white - face SecondaryCursor ${black},white + face PrimaryCursor ${black},${grey_dark} + face SecondaryCursor ${black},${grey_dark} + face PrimaryCursorEol ${black},${brown_dark} + face SecondaryCursorEol ${black},${brown_dark} face LineNumbers ${grey_dark},${white} face LineNumberCursor ${grey_dark},${brown_lighter} face MenuForeground ${orange},${brown_lighter} diff --git a/colors/solarized-dark.kak b/colors/solarized-dark.kak index 6f0487c9..93e24831 100644 --- a/colors/solarized-dark.kak +++ b/colors/solarized-dark.kak @@ -50,6 +50,8 @@ face SecondarySelection ${base01},${base1} face PrimaryCursor ${base03},${base0} face SecondaryCursor ${base03},${base01} + face PrimaryCursorEol ${base03},${base2} + face SecondaryCursorEol ${base03},${base3} face LineNumbers ${base01},${base02} face LineNumberCursor ${base1},${base02} face LineNumbersWrapped ${base02},${base02} diff --git a/colors/solarized-light.kak b/colors/solarized-light.kak index 0cf51370..979f9151 100644 --- a/colors/solarized-light.kak +++ b/colors/solarized-light.kak @@ -50,6 +50,8 @@ face SecondarySelection ${base1},${base01} face PrimaryCursor ${base3},${base00} face SecondaryCursor ${base3},${base1} + face PrimaryCursorEol ${base3},${yellow} + face SecondaryCursorEol ${base3},${orange} face LineNumbers ${base1},${base2} face LineNumberCursor ${base01},${base2} face LineNumbersWrapped ${base2},${base2} diff --git a/colors/tomorrow-night.kak b/colors/tomorrow-night.kak index 348c3841..065a45a1 100644 --- a/colors/tomorrow-night.kak +++ b/colors/tomorrow-night.kak @@ -57,6 +57,8 @@ face SecondarySelection default,${selection} face PrimaryCursor black,${aqua} face SecondaryCursor black,${aqua} + face PrimaryCursorEol black,${green_dark} + face SecondaryCursorEol black,${green_dark} face LineNumbers ${text_light},${background} face LineNumberCursor ${yellow},rgb:282828+b face MenuForeground ${text_light},blue diff --git a/colors/zenburn.kak b/colors/zenburn.kak index a022b0e8..5f8fc689 100644 --- a/colors/zenburn.kak +++ b/colors/zenburn.kak @@ -5,6 +5,7 @@ zentext="rgb:cfcfcf" zenselectionbg="rgb:3f7fcc" zencursor="rgb:2a2a2a,rgb:dfdfbf" + zencursoreol="rgb:2a2a2a,rgb:cc9393" zensecondaryfg="rgb:2a2a2a" zendefault="${zentext},rgb:3f3f3f" zenstatus="rgb:efdcbc,rgb:2a2a2a" @@ -60,6 +61,8 @@ face SecondarySelection ${zensecondaryfg},${zenselectionbg} face PrimaryCursor ${zencursor} face SecondaryCursor ${zencursor} + face PrimaryCursorEol ${zencursoreol} + face SecondaryCursorEol ${zencursoreol} face LineNumbers ${zendefault} face LineNumberCursor ${zenstatus} face MenuForeground ${zenmenufg}