HeavenStudioPlus/Assets/Scripts/LevelEditor/editortheme.json

25 lines
509 B
JSON
Raw Normal View History

2022-01-14 22:46:14 +00:00
// COLORS BASED ON https://coolors.co/ef476f-ffd166-06d6a0-118ab2-073b4c
{
2022-01-14 22:46:14 +00:00
"name": "Rhythm Heaven Mania Default Editor Theme",
"properties": {
2022-01-14 22:46:14 +00:00
"TempoLayerCol": "f8f7ff",
"MusicLayerCol": "a663cc",
"Layer1Col": "ef476f",
"Layer2Col": "ffd166",
"Layer3Col": "06d6a0",
"Layer4Col": "118ab2",
"EventSelectedCol": "61e5ff",
"EventNormalCol": "FFFFFF",
"BeatMarkerCol": "32FF32",
"CurrentTimeMarkerCol": "32FF32",
2022-01-16 19:23:46 +00:00
"BoxSelectionCol": "61e5ff",
"BoxSelectionOutlineCol": "61e5ff"
}
}