ImGuiFullscreen: Add popup background colour

This commit is contained in:
Stenzek
2024-04-11 12:44:33 +10:00
parent ae223403bb
commit 44a4f2703a
2 changed files with 6 additions and 1 deletions

View File

@ -54,6 +54,7 @@ extern ImVec4 UIBackgroundColor;
extern ImVec4 UIBackgroundTextColor;
extern ImVec4 UIBackgroundLineColor;
extern ImVec4 UIBackgroundHighlightColor;
extern ImVec4 UIPopupBackgroundColor;
extern ImVec4 UIDisabledColor;
extern ImVec4 UIPrimaryColor;
extern ImVec4 UIPrimaryLightColor;