Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. /*
  2. style.Colors[ImGuiCol_Text] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f);
  3. style.Colors[ImGuiCol_TextDisabled] = ImVec4(0.60f, 0.60f, 0.60f, 1.00f);
  4. style.Colors[ImGuiCol_WindowBg] = ImVec4(0.00f, 0.00f, 0.22f, 0.78f);
  5. style.Colors[ImGuiCol_ChildWindowBg] = ImVec4(0.00f, 0.00f, 0.10f, 0.00f);
  6. style.Colors[ImGuiCol_Border] = ImVec4(1.00f, 0.78f, 0.00f, 1.00f);
  7. style.Colors[ImGuiCol_BorderShadow] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f);
  8. style.Colors[ImGuiCol_FrameBg] = ImVec4(1.00f, 1.00f, 1.00f, 0.16f);
  9. style.Colors[ImGuiCol_FrameBgHovered] = ImVec4(1.00f, 0.78f, 0.00f, 0.73f);
  10. style.Colors[ImGuiCol_FrameBgActive] = ImVec4(0.85f, 0.61f, 0.00f, 0.81f);
  11. style.Colors[ImGuiCol_TitleBg] = ImVec4(1.00f, 0.61f, 0.00f, 1.00f);
  12. style.Colors[ImGuiCol_TitleBgCollapsed] = ImVec4(1.00f, 0.61f, 0.00f, 1.00f);
  13. style.Colors[ImGuiCol_TitleBgActive] = ImVec4(1.00f, 0.61f, 0.00f, 1.00f);
  14. style.Colors[ImGuiCol_MenuBarBg] = ImVec4(1.00f, 0.78f, 0.00f, 1.00f);
  15. style.Colors[ImGuiCol_ScrollbarBg] = ImVec4(0.00f, 0.00f, 0.01f, 0.00f);
  16. style.Colors[ImGuiCol_ScrollbarGrab] = ImVec4(1.00f, 0.79f, 0.00f, 1.00f);
  17. style.Colors[ImGuiCol_ScrollbarGrabHovered] = ImVec4(1.00f, 0.71f, 0.00f, 1.00f);
  18. style.Colors[ImGuiCol_ScrollbarGrabActive] = ImVec4(1.00f, 0.63f, 0.00f, 1.00f);
  19. style.Colors[ImGuiCol_ComboBg] = ImVec4(0.20f, 0.20f, 0.20f, 1.00f);
  20. style.Colors[ImGuiCol_CheckMark] = ImVec4(1.00f, 0.79f, 0.00f, 1.00f);
  21. style.Colors[ImGuiCol_SliderGrab] = ImVec4(1.00f, 0.79f, 0.00f, 1.00f);
  22. style.Colors[ImGuiCol_SliderGrabActive] = ImVec4(1.00f, 0.63f, 0.00f, 1.00f);
  23. style.Colors[ImGuiCol_Button] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f);
  24. style.Colors[ImGuiCol_ButtonHovered] = ImVec4(1.00f, 0.49f, 0.00f, 1.00f);
  25. style.Colors[ImGuiCol_ButtonActive] = ImVec4(1.00f, 0.40f, 0.00f, 1.00f);
  26. style.Colors[ImGuiCol_Header] = ImVec4(1.00f, 0.53f, 0.00f, 1.00f);
  27. style.Colors[ImGuiCol_HeaderHovered] = ImVec4(1.00f, 0.40f, 0.00f, 1.00f);
  28. style.Colors[ImGuiCol_HeaderActive] = ImVec4(1.00f, 0.32f, 0.00f, 1.00f);
  29. style.Colors[ImGuiCol_Column] = ImVec4(0.50f, 0.50f, 0.50f, 1.00f);
  30. style.Colors[ImGuiCol_ColumnHovered] = ImVec4(0.70f, 0.60f, 0.60f, 1.00f);
  31. style.Colors[ImGuiCol_ColumnActive] = ImVec4(0.90f, 0.70f, 0.70f, 1.00f);
  32. style.Colors[ImGuiCol_ResizeGrip] = ImVec4(1.00f, 1.00f, 0.00f, 1.00f);
  33. style.Colors[ImGuiCol_ResizeGripHovered] = ImVec4(1.00f, 1.00f, 0.00f, 1.00f);
  34. style.Colors[ImGuiCol_ResizeGripActive] = ImVec4(1.00f, 1.00f, 0.00f, 1.00f);
  35. style.Colors[ImGuiCol_CloseButton] = ImVec4(1.00f, 0.40f, 0.00f, 1.00f);
  36. style.Colors[ImGuiCol_CloseButtonHovered] = ImVec4(1.00f, 0.52f, 0.04f, 1.00f);
  37. style.Colors[ImGuiCol_CloseButtonActive] = ImVec4(1.00f, 0.52f, 0.00f, 1.00f);
  38. style.Colors[ImGuiCol_PlotLines] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f);
  39. style.Colors[ImGuiCol_PlotLinesHovered] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
  40. style.Colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
  41. style.Colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f);
  42. style.Colors[ImGuiCol_TextSelectedBg] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f);
  43. style.Colors[ImGuiCol_ModalWindowDarkening] = ImVec4(0.20f, 0.20f, 0.20f, 0.35f);
  44.  
  45. style.WindowPadding = ImVec2(4, 4);
  46. style.WindowRounding = 2.0f;
  47. style.ChildWindowRounding = 2.0f;
  48. style.FramePadding = ImVec2(7, 4);
  49. style.FrameRounding = 3.0f;
  50. style.ItemSpacing = ImVec2(20, 5);
  51. style.ItemInnerSpacing = ImVec2(4, 4);
  52. style.TouchExtraPadding = ImVec2(0, 0);
  53. style.IndentSpacing = 0.0f;
  54. style.ScrollbarSize = 15.0f;
  55. style.ScrollbarRounding = 1.0f;
  56. style.GrabMinSize = 18.0f;
  57. style.GrabRounding = 1.0f;
  58. */
  59.  
  60. style.WindowPadding = ImVec2(8, 8);
  61. style.WindowMinSize = ImVec2(32, 32);
  62. style.WindowRounding = 0.0f;
  63. style.WindowTitleAlign = ImGuiAlign_Center;
  64. style.ChildWindowRounding = 0.0f;
  65. style.FramePadding = ImVec2(4, 3);
  66. style.FrameRounding = 0.0f;
  67. style.ItemSpacing = ImVec2(8, 4);
  68. style.ItemInnerSpacing = ImVec2(4, 4);
  69. style.TouchExtraPadding = ImVec2(0, 0);
  70. style.IndentSpacing = 21.0f;
  71. style.ColumnsMinSpacing = 3.0f;
  72. style.ScrollbarSize = 12.0f;
  73. style.ScrollbarRounding = 0.0f;
  74. style.GrabMinSize = 5.0f;
  75. style.GrabRounding = 0.0f;
  76.  
  77. style.DisplayWindowPadding = ImVec2(22, 22);
  78. style.DisplaySafeAreaPadding = ImVec2(4, 4);
  79. style.AntiAliasedLines = true;
  80. style.AntiAliasedShapes = true;
  81. style.CurveTessellationTol = 1.25;
  82.  
  83. style.Colors[ImGuiCol_Text] = ImVec4(0.80f, 0.80f, 0.83f, 1.00f);
  84. style.Colors[ImGuiCol_TextDisabled] = ImVec4(0.24f, 0.23f, 0.29f, 1.00f);
  85. style.Colors[ImGuiCol_WindowBg] = ImVec4(0.105f, 0.105f, 0.105f, 0.70f);
  86. style.Colors[ImGuiCol_ChildWindowBg] = ImVec4(0.188f, 0.188f, 0.188f, 0.50f);
  87. style.Colors[ImGuiCol_PopupBg] = ImVec4(0.07f, 0.07f, 0.09f, 1.00f);
  88. style.Colors[ImGuiCol_Border] = ImVec4(0.325f, 0.325f, 0.325f, 0.88f);
  89. style.Colors[ImGuiCol_BorderShadow] = ImVec4(0.325f, 0.325f, 0.325f, 0.00f);
  90. style.Colors[ImGuiCol_FrameBg] = ImVec4(0.325f, 0.325f, 0.325f, 1.00f);
  91. style.Colors[ImGuiCol_FrameBgHovered] = ImVec4(0.325f, 0.325f, 0.325f, 1.00f);
  92. style.Colors[ImGuiCol_FrameBgActive] = ImVec4(0.325f, 0.325f, 0.325f, 1.00f);
  93. style.Colors[ImGuiCol_TitleBg] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  94. style.Colors[ImGuiCol_TitleBgCollapsed] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  95. style.Colors[ImGuiCol_TitleBgActive] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  96. style.Colors[ImGuiCol_MenuBarBg] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  97. style.Colors[ImGuiCol_ScrollbarBg] = ImVec4(0.10f, 0.09f, 0.12f, 1.00f);
  98. style.Colors[ImGuiCol_ScrollbarGrab] = ImVec4(0.80f, 0.80f, 0.83f, 0.31f);
  99. style.Colors[ImGuiCol_ScrollbarGrabHovered] = ImVec4(0.56f, 0.56f, 0.58f, 1.00f);
  100. style.Colors[ImGuiCol_ScrollbarGrabActive] = ImVec4(0.06f, 0.05f, 0.07f, 1.00f);
  101. style.Colors[ImGuiCol_ComboBg] = ImVec4(0.19f, 0.18f, 0.21f, 1.00f);
  102. style.Colors[ImGuiCol_CheckMark] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  103. style.Colors[ImGuiCol_SliderGrab] = ImVec4(0.80f, 0.80f, 0.83f, 0.31f);
  104. style.Colors[ImGuiCol_SliderGrabActive] = ImVec4(0.06f, 0.05f, 0.07f, 1.00f);
  105. style.Colors[ImGuiCol_Button] = ImVec4(0.10f, 0.09f, 0.12f, 0.00f);
  106. style.Colors[ImGuiCol_ButtonHovered] = ImVec4(0.80f, 0.294f, 0.082f, 0.10f);
  107. style.Colors[ImGuiCol_ButtonActive] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  108. style.Colors[ImGuiCol_Header] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  109. style.Colors[ImGuiCol_HeaderHovered] = ImVec4(0.56f, 0.56f, 0.58f, 1.00f);
  110. style.Colors[ImGuiCol_HeaderActive] = ImVec4(0.80f, 0.294f, 0.082f, 1.00f);
  111. style.Colors[ImGuiCol_Column] = ImVec4(0.325f, 0.325f, 0.325f, 1.00f);
  112. style.Colors[ImGuiCol_ColumnHovered] = ImVec4(0.325f, 0.325f, 0.325f, 1.00f);
  113. style.Colors[ImGuiCol_ColumnActive] = ImVec4(0.325f, 0.325f, 0.325f, 1.00f);
  114. style.Colors[ImGuiCol_ResizeGrip] = ImVec4(0.00f, 0.00f, 0.00f, 0.00f);
  115. style.Colors[ImGuiCol_ResizeGripHovered] = ImVec4(0.56f, 0.56f, 0.58f, 1.00f);
  116. style.Colors[ImGuiCol_ResizeGripActive] = ImVec4(0.06f, 0.05f, 0.07f, 1.00f);
  117. style.Colors[ImGuiCol_CloseButton] = ImVec4(0.40f, 0.39f, 0.38f, 0.16f);
  118. style.Colors[ImGuiCol_CloseButtonHovered] = ImVec4(0.40f, 0.39f, 0.38f, 0.39f);
  119. style.Colors[ImGuiCol_CloseButtonActive] = ImVec4(0.40f, 0.39f, 0.38f, 1.00f);
  120. style.Colors[ImGuiCol_PlotLines] = ImVec4(0.325f, 0.325f, 0.325f, 0.63f);
  121. style.Colors[ImGuiCol_PlotLinesHovered] = ImVec4(0.25f, 1.00f, 0.00f, 1.00f);
  122. style.Colors[ImGuiCol_PlotHistogram] = ImVec4(0.40f, 0.39f, 0.38f, 0.63f);
  123. style.Colors[ImGuiCol_PlotHistogramHovered] = ImVec4(0.25f, 1.00f, 0.00f, 1.00f);
  124. style.Colors[ImGuiCol_TextSelectedBg] = ImVec4(0.25f, 1.00f, 0.00f, 0.43f);
  125. style.Colors[ImGuiCol_ModalWindowDarkening] = ImVec4(1.00f, 0.98f, 0.95f, 0.73f);
  126.  
  127. style.AntiAliasedLines = false;
  128. style.AntiAliasedShapes = false;
  129.  
  130. G::d3dinit = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement