度々失礼します。

"(^#[^#].*)":
{
// A regex will be created from this string, don't forget to double escape it
"regexFlags": "mg", // Flags used when building this regex
"filterLanguageRegex": "markdown", // Apply only if current file's language matches this regex. Requires double escaping
"filterFileRegex": ".md", // Apply only if the current file's path matches this regex. Requires double escaping
"decorations":
[ // Decoration options to apply to the capturing groups
{"backgroundColor":"#545454"},
{"Color":"#ffffff"}
]
},
こうすると、backgroundcolorは反映されるんですが、colorは反映されません。
どこが悪いんでしょうか?

あと、このシンタックスのテーマって自作出来るでしょうか?
yo codeで雛形はあったと思うんですが