kakoune/test/highlight/face-override/rc
Maxime Coste 4e24ba86cc Change faces alias to be a base that can be modified
Using <fg>,<bg>+<attr>@<base> will apply the given fg color,
bg color and attributes on top of base dynamically. Simply giving
<base> is a shorthand for default,default@<base>.

Inspired by the discussion in #2862
2019-04-23 23:15:23 +01:00

4 lines
105 B
Plaintext

face global Foo default,blue+i
face buffer Foo red,default+u@Foo
add-highlighter window/ regex foo 0:Foo