working ?
-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Мб кому надо, прост увидел что public-enemy хотел себе
C++:
style->Colors[ImGuiCol_Text] = ImColor(255, 255, 255, 255);
style->Colors[ImGuiCol_TextDisabled] = ImColor(255, 255, 255, 255);
style->Colors[ImGuiCol_WindowBg] = ImColor(11, 22, 39, 255);
style->Colors[ImGuiCol_Border] = ImColor(0, 0, 0, 0);
style->Colors[ImGuiCol_BorderShadow] = ImColor(0, 0, 0, 0);
style->Colors[ImGuiCol_FrameBg] = ImColor(3, 18, 36, 255);
style->Colors[ImGuiCol_FrameBgHovered] = ImColor(3, 18, 36, 255);
style->Colors[ImGuiCol_FrameBgActive] = ImColor(0, 149, 186, 255);
style->Colors[ImGuiCol_TitleBg] = ImColor(0, 0, 0, 255);
style->Colors[ImGuiCol_TitleBgCollapsed] = ImColor(0, 0, 0, 255);
style->Colors[ImGuiCol_TitleBgActive] = ImColor(0, 0, 0, 255);
style->Colors[ImGuiCol_ScrollbarBg] = ImColor(0, 0, 0, 0);
style->Colors[ImGuiCol_ScrollbarGrab] = ImColor(30, 49, 66, 255);
style->Colors[ImGuiCol_ScrollbarGrabHovered] = ImColor(0, 149, 185, 255);
style->Colors[ImGuiCol_ScrollbarGrabActive] = ImColor(0, 149, 185, 255);
style->Colors[ImGuiCol_CheckMark] = ImColor(0, 149, 186, 255);
style->Colors[ImGuiCol_SliderGrab] = ImColor(3, 148, 186, 255);
style->Colors[ImGuiCol_SliderGrabActive] = ImColor(3, 148, 186, 255);
style->Colors[ImGuiCol_Button] = ImColor(0, 149, 185, 255);
style->Colors[ImGuiCol_ButtonHovered] = ImColor(11, 207, 255, 255);
style->Colors[ImGuiCol_ButtonActive] = ImColor(11, 207, 255, 255);
style->Colors[ImGuiCol_Header] = ImColor(0, 0, 0, 0);
style->Colors[ImGuiCol_HeaderHovered] = ImColor(0, 0, 0, 0);
style->Colors[ImGuiCol_HeaderActive] = ImColor(0, 0, 0, 0);