logseq-developer-theme icon indicating copy to clipboard operation
logseq-developer-theme copied to clipboard

亮色主体下,部分代码和背景颜色难以区分

Open Cologler opened this issue 1 year ago • 0 comments

image

测试代码:

class CLASS(object? args = default) : BaseClass()
{
    public CLASS() : this(default)
    {
    }
}

Cologler avatar Oct 11 '24 08:10 Cologler