When using toney dump to get the default config file, it dumps invalid TOML: specifically, [Styles.Renderer.CodeBlock] has Background = '#11111b' but there's a [Styles.Renderer.CodeBlock.Background] table later in the file, which throws the error key Background should be a table, not a value.
When using
toney dumpto get the default config file, it dumps invalid TOML: specifically, [Styles.Renderer.CodeBlock] has Background = '#11111b' but there's a [Styles.Renderer.CodeBlock.Background] table later in the file, which throws the errorkey Background should be a table, not a value.