Merge remote-tracking branch 'laelath/colorscheme-whitespace'

This commit is contained in:
Maxime Coste 2018-10-06 10:25:31 +10:00
commit 4f2d969912
13 changed files with 15 additions and 0 deletions

View File

@ -69,5 +69,6 @@ evaluate-commands %sh{
face global Prompt ${black_light},${cyan_light} face global Prompt ${black_light},${cyan_light}
face global MatchingChar ${cyan_light},${black_light}+b face global MatchingChar ${cyan_light},${black_light}+b
face global BufferPadding ${cyan_light},${black_lighter} face global BufferPadding ${cyan_light},${black_lighter}
face global Whitespace ${grey_dark}+f
" "
} }

View File

@ -47,4 +47,5 @@ face global StatusLineValue green,default
face global StatusCursor black,cyan face global StatusCursor black,cyan
face global Prompt yellow,default face global Prompt yellow,default
face global MatchingChar default,default+b face global MatchingChar default,default+b
face global Whitespace default,default+f
face global BufferPadding blue,default face global BufferPadding blue,default

View File

@ -77,3 +77,6 @@ face global MatchingChar cyan+b
# EOF tildas (~) # EOF tildas (~)
face global BufferPadding blue,default face global BufferPadding blue,default
# Whitespace characters
face global Whitespace default+f

View File

@ -48,3 +48,4 @@ face global Prompt rgb:F8F8FF,rgb:4078C0
face global MatchingChar rgb:F8F8FF,rgb:4078C0+b face global MatchingChar rgb:F8F8FF,rgb:4078C0+b
face global Search default,default+u face global Search default,default+u
face global BufferPadding rgb:A0A0A0,rgb:F8F8FF face global BufferPadding rgb:A0A0A0,rgb:F8F8FF
face global Whitespace rgb:A0A0A0+f

View File

@ -71,5 +71,6 @@ evaluate-commands %sh{
face global Prompt ${lucius_lighter_grey} face global Prompt ${lucius_lighter_grey}
face global MatchingChar ${lucius_lighter_grey},${lucius_bright_green} face global MatchingChar ${lucius_lighter_grey},${lucius_bright_green}
face global BufferPadding ${lucius_green},${lucius_darker_grey} face global BufferPadding ${lucius_green},${lucius_darker_grey}
face global Whitespace ${lucius_grey}+f
" "
} }

View File

@ -84,5 +84,6 @@ evaluate-commands %sh{
face global Prompt ${background},${orange2} face global Prompt ${background},${orange2}
face global MatchingChar ${orange3},${background}+b face global MatchingChar ${orange3},${background}+b
face global BufferPadding ${orange2},${background} face global BufferPadding ${orange2},${background}
face global Whitespace default+f
" "
} }

View File

@ -69,5 +69,6 @@ evaluate-commands %sh{
face global Prompt ${black_light} face global Prompt ${black_light}
face global MatchingChar default+b face global MatchingChar default+b
face global BufferPadding ${grey_dark},${white} face global BufferPadding ${grey_dark},${white}
face global Whitespace ${grey_dark}+f
" "
} }

View File

@ -50,3 +50,4 @@ face global StatusCursor bright-yellow,bright-white
face global Prompt yellow+b face global Prompt yellow+b
face global MatchingChar red,bright-green+b face global MatchingChar red,bright-green+b
face global BufferPadding bright-green,bright-black face global BufferPadding bright-green,bright-black
face global Whitespace blue+f

View File

@ -68,5 +68,6 @@ evaluate-commands %sh{
face global Prompt ${yellow}+b face global Prompt ${yellow}+b
face global MatchingChar ${red},${base01}+b face global MatchingChar ${red},${base01}+b
face global BufferPadding ${base01},${base03} face global BufferPadding ${base01},${base03}
face global Whitespace ${base01}+f
" "
} }

View File

@ -50,3 +50,4 @@ face global StatusCursor bright-blue,bright-black
face global Prompt yellow+b face global Prompt yellow+b
face global MatchingChar red,white+b face global MatchingChar red,white+b
face global BufferPadding bright-cyan,bright-white face global BufferPadding bright-cyan,bright-white
face global Whitespace yellow+f

View File

@ -68,5 +68,6 @@ evaluate-commands %sh{
face global Prompt ${yellow}+b face global Prompt ${yellow}+b
face global MatchingChar ${red},${base2}+b face global MatchingChar ${red},${base2}+b
face global BufferPadding ${base1},${base3} face global BufferPadding ${base1},${base3}
face global Whitespace ${base1}+f
" "
} }

View File

@ -74,5 +74,6 @@ evaluate-commands %sh{
face global Prompt ${background},${aqua} face global Prompt ${background},${aqua}
face global MatchingChar ${yellow},${background}+b face global MatchingChar ${yellow},${background}+b
face global BufferPadding ${aqua},${background} face global BufferPadding ${aqua},${background}
face global Whitespace ${text_light}+f
" "
} }

View File

@ -78,5 +78,6 @@ evaluate-commands %sh{
face global Prompt ${zenconstant} face global Prompt ${zenconstant}
face global MatchingChar default+b face global MatchingChar default+b
face global BufferPadding ${zenpadding} face global BufferPadding ${zenpadding}
face global Whitespace ${zensecondaryfg}+f
" "
} }