pub fn override_theme_background(theme: &Theme, bg: (u8, u8, u8)) -> ThemeExpand description
Create a theme with overridden background color.
This is equivalent to Python’s override_background() function.
It modifies a theme to use a custom background color and removes
all token-specific background colors.