@property --Color-B {
    syntax: "<color>";
    inherits: false;
    initial-value: #9f7033;
}

@property --Color-C {
    syntax: "<color>";
    inherits: false;
    initial-value: #223440;
}

@property --Color-D {
    syntax: "<color>";
    inherits: false;
    initial-value: #ff7070;
}

@property --Color-E {
    syntax: "<color>";
    inherits: false;
    initial-value: #ffe496;
}

@property --Background {
    syntax: "<image>";
    inherits: false;
    initial-value: url("../../assets/java_texture.png");
}