colorschemes: Add PrimaryCursorEol and SecondaryCursorEol

Tried to respect the colorscheme themes, adjustements welcome.
This commit is contained in:
Maxime Coste 2018-02-24 21:52:07 +11:00
parent 2a60af25dc
commit df5ae5fa79
10 changed files with 26 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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

View File

@ -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}