csharp
public static class DebuggerThemeThe stylesheet the debugger's own elements come with.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ It assumes ProfilerTheme is loaded and deliberately does not repeat it. The two assemblies' panels share a strip, a status line and the parked rule, and two copies of those rules would be two places to change when the strip's height moves. Loading this without the profiler's leaves the toolbars unstyled, which is why the editor loads both.
Fields and properties (1)
public static string CssThe stylesheet's text, for a caller that wants to read or amend it.
Methods (1)
public static int Install(UiDocument document)Loads the theme into a document.
Used by (1)
- DiagnosticsModuleVixen.Editor.Diagnostics