logseq-developer-theme
logseq-developer-theme copied to clipboard
亮色主体下,部分代码和背景颜色难以区分
测试代码:
class CLASS(object? args = default) : BaseClass()
{
public CLASS() : this(default)
{
}
}