HeavenStudioPlus/Assets/Scripts/LevelEditor/editortheme.json

37 lines
693 B
JSON

// COLORS BASED ON https://coolors.co/ef476f-ffd166-06d6a0-118ab2-073b4c
{
"name": "Heaven Studio Default Editor Theme",
"properties": {
"SpecialLayersCol": "f06d60",
"TempoLayerCol": "6cbcc4",
"MusicLayerCol": "a663cc",
"SectionLayerCol": "ed9b2f",
//A7F085
"Layer1Col": "ef476f",
"Layer2Col": "f5813d",
"Layer3Col": "ffd166",
"Layer4Col": "06d6a0",
"Layer5Col": "118ab2",
"LayerColors": [
"ef476f",
"f5813d",
"ffd166",
"06d6a0",
"118ab2"
],
"EventSelectedCol": "61e5ff",
"EventNormalCol": "FFFFFF",
"BeatMarkerCol": "32FF32",
"CurrentTimeMarkerCol": "32FF32",
"BoxSelectionCol": "61e5ff",
"BoxSelectionOutlineCol": "61e5ff"
}
}