mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[wpigui] Add "deep dark" style (#7133)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user