Added sneshacking library and started integrating into the code because it's honestly a better idea than refactoring the code and testing it when the code has already been testing so I'll likely be removing my version of it with due time
This commit is contained in:
@@ -40,10 +40,6 @@ inline static void StyleColorsYaze() {
|
||||
ImVec4 allttpLightGreen = ImVec4(0.36f, 0.45f, 0.36f, 1.0f);
|
||||
ImVec4 allttpLightestGreen = ImVec4(0.49f, 0.57f, 0.49f, 1.0f);
|
||||
|
||||
ImVec4 alttpBlue = ImVec4(0.f, 0.f, 0.47f, 1.0f);
|
||||
ImVec4 alttpBlueHover = ImVec4(0.f, 0.f, 0.57f, 1.0f);
|
||||
ImVec4 alttpBlueActive = ImVec4(0.f, 0.f, 0.67f, 1.0f);
|
||||
|
||||
colors[ImGuiCol_MenuBarBg] = alttpDarkGreen;
|
||||
colors[ImGuiCol_TitleBg] = alttpMidGreen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user