4e24ba86cc
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
4 lines
105 B
Plaintext
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
|