Property DefaultBackground
DefaultBackground
Gets the default background color from the active syntax highlighting theme. Used by code block views to fill their viewport background consistently with per-token backgrounds. Returns null if no theme background is available.
public Color? DefaultBackground { get; }