This commit is contained in:
omar
2017-12-24 17:58:41 +01:00
parent bb8dfe4a34
commit cead207535
3 changed files with 7 additions and 2 deletions

View File

@ -225,6 +225,7 @@ void ImGui::StyleColorsDark(ImGuiStyle* dst)
colors[ImGuiCol_DragDropTarget] = ImVec4(1.00f, 1.00f, 0.00f, 0.90f);
}
// Those light colors are better suited with a thicker font than the default one + FrameBorder
void ImGui::StyleColorsLight(ImGuiStyle* dst)
{
ImGuiStyle* style = dst ? dst : &ImGui::GetStyle();