update music editor and style colors

This commit is contained in:
Justin Scofield
2022-12-30 23:36:28 -06:00
parent 6c7d372acf
commit 95d69bcb92
5 changed files with 65 additions and 57 deletions

View File

@@ -49,8 +49,7 @@ void ColorsYaze() {
colors[ImGuiCol_Tab] = alttpDarkGreen;
colors[ImGuiCol_TabHovered] = alttpMidGreen;
colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive],
colors[ImGuiCol_TitleBgActive], 0.60f);
colors[ImGuiCol_TabActive] = ImVec4(0.347f, 0.466f, 0.347f, 1.000f);
colors[ImGuiCol_Button] = alttpMidGreen;
colors[ImGuiCol_ButtonHovered] = allttpLightestGreen;