-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Hello! I am currently using the macOS system with dark mode enabled and have opened the Translucent mode according to the documentation. However, the Translucent theme in dark mode does not have a background style after importing through style settings, and it looks very different from the Translucent image in the markdown documentation. What could be the reason for this? I compared it with other themes and it seems to be missing some CSS styling.
你好!我当前使用的macos系统、暗色并按照文档操作打开了半透明模式。但是暗色模式下的Translucent主题通过style settings导入后没有背景样式,与md文档中的Translucent图片差距非常大,这是什么原因呢?我对比了其他主题,可能是缺少了CSS的样式。
Translucent.json:
{
"Appearance-dark@@card-layout-open-dark": true,
"Appearance-dark@@mod-left-split-background-select-dark": "mod-left-split-background-transparent-dark",
"Appearance-dark@@mod-right-split-background-select-dark": "mod-right-split-background-transparent-dark",
"Appearance-dark@@mod-root-split-background-select-dark": "mod-root-split-background-CSS-dark",
"Appearance-dark@@background-mod-root-CSS-dark": "rgba(0,0,0,0.25)",
"Appearance-dark@@background-underlying-select-dark": "background-underlying-default-dark",
"Appearance-dark@@Active-states-file-explorer-select-dark": "activated-file-tab-style-dark"
}