add support for defining the greentext
This commit is contained in:
parent
e4b18deece
commit
8cd5041663
3 changed files with 14 additions and 1 deletions
|
@ -356,6 +356,12 @@ export const SLOT_INHERITANCE = {
|
|||
textColor: 'preserve'
|
||||
},
|
||||
|
||||
postGreentext: {
|
||||
depends: ['cGreen'],
|
||||
layer: 'bg',
|
||||
textColor: 'preserve'
|
||||
},
|
||||
|
||||
border: {
|
||||
depends: ['fg'],
|
||||
opacity: 'border',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue