Made all builtin colorschemes set Whitespace highlighter
This commit is contained in:
parent
fd00776012
commit
91cbe88536
|
@ -69,5 +69,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${black_light},${cyan_light}
|
||||
face global MatchingChar ${cyan_light},${black_light}+b
|
||||
face global BufferPadding ${cyan_light},${black_lighter}
|
||||
face global Whitespace ${grey_dark}+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -47,4 +47,5 @@ face global StatusLineValue green,default
|
|||
face global StatusCursor black,cyan
|
||||
face global Prompt yellow,default
|
||||
face global MatchingChar default,default+b
|
||||
face global Whitespace default,default+f
|
||||
face global BufferPadding blue,default
|
||||
|
|
|
@ -77,3 +77,6 @@ face global MatchingChar cyan+b
|
|||
|
||||
# EOF tildas (~)
|
||||
face global BufferPadding blue,default
|
||||
|
||||
# Whitespace characters
|
||||
face global Whitespace default+f
|
||||
|
|
|
@ -48,3 +48,4 @@ face global Prompt rgb:F8F8FF,rgb:4078C0
|
|||
face global MatchingChar rgb:F8F8FF,rgb:4078C0+b
|
||||
face global Search default,default+u
|
||||
face global BufferPadding rgb:A0A0A0,rgb:F8F8FF
|
||||
face global Whitespace rgb:A0A0A0+f
|
||||
|
|
|
@ -71,5 +71,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${lucius_lighter_grey}
|
||||
face global MatchingChar ${lucius_lighter_grey},${lucius_bright_green}
|
||||
face global BufferPadding ${lucius_green},${lucius_darker_grey}
|
||||
face global Whitespace ${lucius_grey}+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -84,5 +84,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${background},${orange2}
|
||||
face global MatchingChar ${orange3},${background}+b
|
||||
face global BufferPadding ${orange2},${background}
|
||||
face global Whitespace default+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -69,5 +69,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${black_light}
|
||||
face global MatchingChar default+b
|
||||
face global BufferPadding ${grey_dark},${white}
|
||||
face global Whitespace ${grey_dark}+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -50,3 +50,4 @@ face global StatusCursor bright-yellow,bright-white
|
|||
face global Prompt yellow+b
|
||||
face global MatchingChar red,bright-green+b
|
||||
face global BufferPadding bright-green,bright-black
|
||||
face global Whitespace blue+f
|
||||
|
|
|
@ -68,5 +68,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${yellow}+b
|
||||
face global MatchingChar ${red},${base01}+b
|
||||
face global BufferPadding ${base01},${base03}
|
||||
face global Whitespace ${base01}+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -50,3 +50,4 @@ face global StatusCursor bright-blue,bright-black
|
|||
face global Prompt yellow+b
|
||||
face global MatchingChar red,white+b
|
||||
face global BufferPadding bright-cyan,bright-white
|
||||
face global Whitespace yellow+f
|
||||
|
|
|
@ -68,5 +68,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${yellow}+b
|
||||
face global MatchingChar ${red},${base2}+b
|
||||
face global BufferPadding ${base1},${base3}
|
||||
face global Whitespace ${base1}+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -74,5 +74,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${background},${aqua}
|
||||
face global MatchingChar ${yellow},${background}+b
|
||||
face global BufferPadding ${aqua},${background}
|
||||
face global Whitespace ${text_light}+f
|
||||
"
|
||||
}
|
||||
|
|
|
@ -78,5 +78,6 @@ evaluate-commands %sh{
|
|||
face global Prompt ${zenconstant}
|
||||
face global MatchingChar default+b
|
||||
face global BufferPadding ${zenpadding}
|
||||
face global Whitespace ${zensecondaryfg}+f
|
||||
"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user