Add MenuInfo face definition in bundled colors
This commit is contained in:
parent
39a859d85d
commit
27bee18d37
|
@ -54,6 +54,7 @@
|
||||||
face LineNumberCursor ${grey_light},rgb:282828+b
|
face LineNumberCursor ${grey_light},rgb:282828+b
|
||||||
face MenuForeground ${grey_light},blue
|
face MenuForeground ${grey_light},blue
|
||||||
face MenuBackground blue,${grey_light}
|
face MenuBackground blue,${grey_light}
|
||||||
|
face MenuInfo ${cyan_light}
|
||||||
face Information ${black_light},${cyan_light}
|
face Information ${black_light},${cyan_light}
|
||||||
face Error ${grey_light},${magenta_light}
|
face Error ${grey_light},${magenta_light}
|
||||||
face StatusLine ${grey_light},${black_lighterer}
|
face StatusLine ${grey_light},${black_lighterer}
|
||||||
|
|
|
@ -33,6 +33,7 @@ face LineNumbers default,default
|
||||||
face LineNumberCursor default,default+r
|
face LineNumberCursor default,default+r
|
||||||
face MenuForeground white,blue
|
face MenuForeground white,blue
|
||||||
face MenuBackground blue,white
|
face MenuBackground blue,white
|
||||||
|
face MenuInfo cyan
|
||||||
face Information black,yellow
|
face Information black,yellow
|
||||||
face Error black,red
|
face Error black,red
|
||||||
face StatusLine cyan,default
|
face StatusLine cyan,default
|
||||||
|
|
|
@ -53,5 +53,6 @@
|
||||||
face Information ${base02},${base1}
|
face Information ${base02},${base1}
|
||||||
face MenuBackground ${base02},${base01}
|
face MenuBackground ${base02},${base01}
|
||||||
face MenuForeground ${cyan},${base01}
|
face MenuForeground ${cyan},${base01}
|
||||||
|
face MenuInfo ${base03}
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,3 +52,4 @@ face StatusCursor zencursor
|
||||||
face Information zeninfo
|
face Information zeninfo
|
||||||
face MenuBackground zenmenubg
|
face MenuBackground zenmenubg
|
||||||
face MenuForeground zenmenufg
|
face MenuForeground zenmenufg
|
||||||
|
face MenuInfo rgb:cc9393
|
||||||
|
|
Loading…
Reference in New Issue
Block a user