Separator cannot be overridden on per-block basis, including the foreground color, background color and the shape. For example,
[block.theme_overrides]
idle_bg = "#427b58"
idle_fg = "#fafafb"
separator_fg = "#ffffff"
start_separator = ""
All settings related to separator are not working. However, a global override on separator works, e.g. disabling start separator on all blocks:
[theme.overrides]
start_separator = ""
Is this by design or a bug?