Advertisement
CataLEAN

Imgui Menu settings #4

Apr 6th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. ImGuiStyle * stil = & ImGui :: GetStyle ();
  2. stil-> Culori [ImGuiCol_Text] = ImVec4 (0.86f, 0.93f, 0.89f, 0.78f);
  3. stil-> Culori [ImGuiCol_TextDisabled] = ImVec4 (0.86f, 0.93f, 0.89f, 0.28f);
  4. stil-> Culori [ImGuiCol_WindowBg] = ImVec4 (0.13f, 0.14f, 0.17f, 1.00f);
  5. stil-> Culori [ImGuiCol_ChildWindowBg] = ImVec4 (0.20f, 0.22f, 0.27f, 0.58f);
  6. stil-> Culori [ImGuiCol_Border] = ImVec4 (0.31f, 0.31f, 1.00f, 0.00f);
  7. stil-> Culori [ImGuiCol_BorderShadow] = ImVec4 (0.00f, 0.00f, 0.00f, 0.00f);
  8. stil-> Culori [ImGuiCol_FrameBg] = ImVec4 (0.20f, 0.22f, 0.27f, 1.00f);
  9. stil-> Culori [ImGuiCol_FrameBgHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 0.78f);
  10. stil-> Culori [ImGuiCol_FrameBgActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  11. stil-> Culori [ImGuiCol_TitleBg] = ImVec4 (0.20f, 0.22f, 0.27f, 1.00f);
  12. stil-> Culori [ImGuiCol_TitleBgCollapsed] = ImVec4 (0.20f, 0.22f, 0.27f, 0.75f);
  13. stil-> Culori [ImGuiCol_TitleBgActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  14. stil-> Culori [ImGuiCol_MenuBarBg] = ImVec4 (0.20f, 0.22f, 0.27f, 0.47f);
  15. stil-> Culori [ImGuiCol_ScrollbarBg] = ImVec4 (0.20f, 0.22f, 0.27f, 1.00f);
  16. stil-> Culori [ImGuiCol_ScrollbarGrab] = ImVec4 (0.09f, 0.15f, 0.16f, 1.00f);
  17. stil-> Culori [ImGuiCol_ScrollbarGrabHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 0.78f);
  18. stil-> Culori [ImGuiCol_ScrollbarGrabActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  19. stil-> Culori [ImGuiCol_ComboBg] = ImVec4 (0.20f, 0.22f, 0.27f, 1.00f);
  20. stil-> Culori [ImGuiCol_CheckMark] = ImVec4 (0.71f, 0.22f, 0.27f, 1.00f);
  21. stil-> Culori [ImGuiCol_SliderGrab] = ImVec4 (0.47f, 0.77f, 0.83f, 0.14f);
  22. stil-> Culori [ImGuiCol_SliderGrabActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  23. stil-> Culori [ImGuiCol_Button] = ImVec4 (0.47f, 0.77f, 0.83f, 0.14f);
  24. stil-> Culori [ImGuiCol_ButtonHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 0.86f);
  25. stil-> Culori [ImGuiCol_ButtonActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  26. stil-> Culori [ImGuiCol_Header] = ImVec4 (0.92f, 0.18f, 0.29f, 0.76f);
  27. stil-> Culori [ImGuiCol_HeaderHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 0.86f);
  28. stil-> Culori [ImGuiCol_HeaderActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  29. stil-> Culori [ImGuiCol_Column] = ImVec4 (0.14f, 0.16f, 0.19f, 1.00f);
  30. stil-> Culori [ImGuiCol_ColumnHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 0.78f);
  31. stil-> Culori [ImGuiCol_ColumnActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  32. stil-> Culori [ImGuiCol_ResizeGrip] = ImVec4 (0.47f, 0.77f, 0.83f, 0.04f);
  33. stil-> Culori [ImGuiCol_ResizeGripHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 0.78f);
  34. stil-> Culori [ImGuiCol_ResizeGripActive] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  35. stil-> Culori [ImGuiCol_CloseButton] = ImVec4 (0.86f, 0.93f, 0.89f, 0.16f);
  36. stil-> Culori [ImGuiCol_CloseButtonHovered] = ImVec4 (0.86f, 0.93f, 0.89f, 0.39f);
  37. stil-> Culori [ImGuiCol_CloseButtonActive] = ImVec4 (0.86f, 0.93f, 0.89f, 1.00f);
  38. stil-> Culori [ImGuiCol_PlotLines] = ImVec4 (0.86f, 0.93f, 0.89f, 0.63f);
  39. stil-> Culori [ImGuiCol_PlotLinesHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  40. stil-> Culori [ImGuiCol_PlotHistogram] = ImVec4 (0.86f, 0.93f, 0.89f, 0.63f);
  41. stil-> Culori [ImGuiCol_PlotHistogramHovered] = ImVec4 (0.92f, 0.18f, 0.29f, 1.00f);
  42. stil-> Culori [ImGuiCol_TextSelectedBg] = ImVec4 (0.92f, 0.18f, 0.29f, 0.43f);
  43. stil-> Culori [ImGuiCol_PopupBg] = ImVec4 (0.20f, 0.22f, 0.27f, 0.9f);
  44. stil-> Culori [ImGuiCol_ModalWindowDarkening] = ImVec4 (0.20f, 0.22f, 0.27f, 0.73f);
  45. stil-> Alpha = .0f;
  46. stil-> WindowPadding = ImVec2 (8, 8);
  47. stil-> WindowMinSize = ImVec2 (32, 32);
  48. stil-> WindowRounding = 4.0f; //4.0
  49. stil-> WindowTitleAlign = ImVec2 (0.5f, 0.5f);
  50. stil-> ChildWindowRounding = 0.0f;
  51. stil-> FramePadding = ImVec2 (4, 2);
  52. stil-> FrameRounding = 0.0f; //2.0
  53. stil-> ItemSpacing = ImVec2 (8, 4);
  54. stil-> ItemInnerSpacing = ImVec2 (4, 4);
  55. stil-> TouchExtraPadding = ImVec2 (0, 0);
  56. stil-> IndentSpacing = 21.0f;
  57. stil-> ColumnsMinSpacing = 3.0f;
  58. stil-> ScrollbarSize = 12.0f;
  59. stil-> ScrollbarRounding = 16.0f; //16.0 style-
  60. > GrabMinSize = 0.1f;
  61. stil-> GrabRounding = 16.0f; //16.0
  62. stil-> ButtonTextAlign = ImVec2 (0.5f, 0.5f);
  63. stil-> DisplayWindowPadding = ImVec2 (22, 22);
  64. stil-> DisplaySafeAreaPadding = ImVec2 (4, 4);
  65. style->
  66. stil-> AntiAliasedShapes = adevărat;
  67. stil-> CurveTessellationTol = 1.25f;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement