@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #b09b0fdd;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #a2901b;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff6431;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #ddff6c;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/javascript_texture.png");
}