Define new status line faces in colors schemes
This commit is contained in:
parent
e45b0c3ffc
commit
d76f324f80
|
@ -58,6 +58,9 @@
|
|||
face Information ${black_light},${cyan_light}
|
||||
face Error ${grey_light},${magenta_light}
|
||||
face StatusLine ${grey_light},${black_lighterer}
|
||||
face StatusLineMode ${orange_dark}
|
||||
face StatusLineInfo ${cyan_light}
|
||||
face StatusLineValue ${green_dark}
|
||||
face StatusCursor ${black_lighterer},${cyan_light}
|
||||
face Prompt ${black_light},${cyan_light}
|
||||
face MatchingChar ${cyan_light},${black_light}+b
|
||||
|
|
|
@ -37,6 +37,9 @@ face MenuInfo cyan
|
|||
face Information black,yellow
|
||||
face Error black,red
|
||||
face StatusLine cyan,default
|
||||
face StatusLineMode yellow,default
|
||||
face StatusLineInfo blue,default
|
||||
face StatusLineValue green,default
|
||||
face StatusCursor black,cyan
|
||||
face Prompt yellow,default
|
||||
face MatchingChar default,default+b
|
||||
|
|
|
@ -58,6 +58,9 @@
|
|||
face Information ${base02},${base1}
|
||||
face Error default,red
|
||||
face StatusLine default,${base02}
|
||||
face StatusLineMode ${orange}
|
||||
face StatusLineInfo ${cyan}
|
||||
face StatusLineValue ${green}
|
||||
face StatusCursor ${base00},${base3}
|
||||
face Prompt yellow
|
||||
face MatchingChar default+b
|
||||
|
|
|
@ -61,6 +61,9 @@
|
|||
face Information ${zeninfo}
|
||||
face Error default,red
|
||||
face StatusLine ${zenstatus}
|
||||
face StatusLineMode ${zentext}
|
||||
face StatusLineInfo ${zenconstant}
|
||||
face StatusLineValue ${zennumber}
|
||||
face StatusCursor ${zencursor}
|
||||
face Prompt yellow
|
||||
face MatchingChar default+b
|
||||
|
|
Loading…
Reference in New Issue
Block a user