ImGuiStyle* Style = &ImGui::GetStyle();
Style->Colors[ImGuiCol_WindowBg] = ImColor(35, 36, 46, 215);//zochem? ia zhe ubral bg?
Style->Colors[ImGuiCol_ChildBg] = ImColor(35, 36, 46, 175);
Style->Colors[ImGuiCol_ResizeGrip] = ImColor(42, 40, 43, 0);
Style->Colors[ImGuiCol_ResizeGripHovered] = ImColor(42, 40, 43, 0);
Style->Colors[ImGuiCol_ResizeGripActive] = ImColor(42, 40, 43, 0);
Style->Colors[ImGuiCol_Border] = ImColor(38, 39, 55, 215);
Style->Colors[ImGuiCol_Button] = ImColor(29, 125, 229, 5);
Style->Colors[ImGuiCol_ButtonHovered] = ImColor(29, 125, 229, 5);
Style->Colors[ImGuiCol_ButtonActive] = ImColor(29, 125, 229, 5);
Style->Colors[ImGuiCol_PopupBg] = ImColor(35, 36, 46, 215);
Style->Colors[ImGuiCol_Separator] = ImColor(130, 132, 170, 255);