HeavenStudio/Assets/Scripts/LevelEditor/editortheme.json
ThatZeoMan ec7936b954 Track 5 fully functional
also fixed karate man's Set Background Effects
2022-07-28 17:16:20 -05:00

26 lines
528 B
JSON

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