@ -205,8 +205,8 @@ void ImGui::StyleColorsDark(ImGuiStyle* dst)
colors [ ImGuiCol_HeaderHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.80f ) ;
colors [ ImGuiCol_HeaderHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.80f ) ;
colors [ ImGuiCol_HeaderActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 1.00f ) ;
colors [ ImGuiCol_HeaderActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 1.00f ) ;
colors [ ImGuiCol_Separator ] = colors [ ImGuiCol_Border ] ; //ImVec4(0.61f, 0.61f, 0.61f, 1.00f);
colors [ ImGuiCol_Separator ] = colors [ ImGuiCol_Border ] ; //ImVec4(0.61f, 0.61f, 0.61f, 1.00f);
colors [ ImGuiCol_SeparatorHovered ] = ImVec4 ( 0. 26f, 0.59f , 0.98 f, 0.78f ) ;
colors [ ImGuiCol_SeparatorHovered ] = ImVec4 ( 0. 10f, 0.40f , 0.75 f, 0.78f ) ;
colors [ ImGuiCol_SeparatorActive ] = ImVec4 ( 0. 26f, 0.59f , 0.98 f, 1.00f ) ;
colors [ ImGuiCol_SeparatorActive ] = ImVec4 ( 0. 10f, 0.40f , 0.75 f, 1.00f ) ;
colors [ ImGuiCol_ResizeGrip ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.25f ) ;
colors [ ImGuiCol_ResizeGrip ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.25f ) ;
colors [ ImGuiCol_ResizeGripHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.67f ) ;
colors [ ImGuiCol_ResizeGripHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.67f ) ;
colors [ ImGuiCol_ResizeGripActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.95f ) ;
colors [ ImGuiCol_ResizeGripActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.95f ) ;
@ -234,7 +234,7 @@ void ImGui::StyleColorsLight(ImGuiStyle* dst)
//colors[ImGuiCol_TextActive] = ImVec4(1.00f, 1.00f, 0.00f, 1.00f);
//colors[ImGuiCol_TextActive] = ImVec4(1.00f, 1.00f, 0.00f, 1.00f);
colors [ ImGuiCol_WindowBg ] = ImVec4 ( 0.94f , 0.94f , 0.94f , 1.00f ) ;
colors [ ImGuiCol_WindowBg ] = ImVec4 ( 0.94f , 0.94f , 0.94f , 1.00f ) ;
colors [ ImGuiCol_ChildBg ] = ImVec4 ( 0.00f , 0.00f , 0.00f , 0.00f ) ;
colors [ ImGuiCol_ChildBg ] = ImVec4 ( 0.00f , 0.00f , 0.00f , 0.00f ) ;
colors [ ImGuiCol_PopupBg ] = ImVec4 ( 1.00f , 1.00f , 1.00f , 0.9 4 f) ;
colors [ ImGuiCol_PopupBg ] = ImVec4 ( 1.00f , 1.00f , 1.00f , 0.9 8 f) ;
colors [ ImGuiCol_Border ] = ImVec4 ( 0.00f , 0.00f , 0.00f , 0.30f ) ;
colors [ ImGuiCol_Border ] = ImVec4 ( 0.00f , 0.00f , 0.00f , 0.30f ) ;
colors [ ImGuiCol_BorderShadow ] = ImVec4 ( 0.00f , 0.00f , 0.00f , 0.00f ) ;
colors [ ImGuiCol_BorderShadow ] = ImVec4 ( 0.00f , 0.00f , 0.00f , 0.00f ) ;
colors [ ImGuiCol_FrameBg ] = ImVec4 ( 1.00f , 1.00f , 1.00f , 1.00f ) ;
colors [ ImGuiCol_FrameBg ] = ImVec4 ( 1.00f , 1.00f , 1.00f , 1.00f ) ;
@ -258,8 +258,8 @@ void ImGui::StyleColorsLight(ImGuiStyle* dst)
colors [ ImGuiCol_HeaderHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.80f ) ;
colors [ ImGuiCol_HeaderHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.80f ) ;
colors [ ImGuiCol_HeaderActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 1.00f ) ;
colors [ ImGuiCol_HeaderActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 1.00f ) ;
colors [ ImGuiCol_Separator ] = ImVec4 ( 0.39f , 0.39f , 0.39f , 1.00f ) ;
colors [ ImGuiCol_Separator ] = ImVec4 ( 0.39f , 0.39f , 0.39f , 1.00f ) ;
colors [ ImGuiCol_SeparatorHovered ] = ImVec4 ( 0. 26f, 0.59f , 0.98 f, 0.78f ) ;
colors [ ImGuiCol_SeparatorHovered ] = ImVec4 ( 0. 14f, 0.44f , 0.80 f, 0.78f ) ;
colors [ ImGuiCol_SeparatorActive ] = ImVec4 ( 0. 26f, 0.59f , 0.98 f, 1.00f ) ;
colors [ ImGuiCol_SeparatorActive ] = ImVec4 ( 0. 14f, 0.44f , 0.80 f, 1.00f ) ;
colors [ ImGuiCol_ResizeGrip ] = ImVec4 ( 0.80f , 0.80f , 0.80f , 0.56f ) ;
colors [ ImGuiCol_ResizeGrip ] = ImVec4 ( 0.80f , 0.80f , 0.80f , 0.56f ) ;
colors [ ImGuiCol_ResizeGripHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.67f ) ;
colors [ ImGuiCol_ResizeGripHovered ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.67f ) ;
colors [ ImGuiCol_ResizeGripActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.95f ) ;
colors [ ImGuiCol_ResizeGripActive ] = ImVec4 ( 0.26f , 0.59f , 0.98f , 0.95f ) ;