[wpigui] Add "deep dark" style (#7133)

This commit is contained in:
Peter Johnson
2024-09-28 10:58:29 -07:00
committed by GitHub
parent d389317c3a
commit 95da92db04
2 changed files with 92 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ void AddDefaultFont(
*/
ImFont* GetFont(int font);
enum Style { kStyleClassic = 0, kStyleDark, kStyleLight };
enum Style { kStyleClassic = 0, kStyleDark, kStyleLight, kStyleDeepDark };
/**
* Sets the ImGui style. Using this function makes this setting persistent.