Currently configuration of decors is very verbose due to the length of defining border sections etc. It should be possible to define templates in the configuration to define sections of configuration.
Example definition:
Define = "CommonBorder" {
Focused { TopLeft = "Solid black" TopRight = "Solid black" ... } ...
}
Example usage:
Border {
@CommonBorder
Focused { TopLeft = "Solid white" }
Which will use CommonBorder structure overriding the values with the values further down in the section.
Value overriding is working where it is "possible" now, closing.
Non nested value overriding is now working in parser, sub-section handling has not been tested yet and probably does not work.