正如标题所示,我的settings.json中有特定的颜色替代。
有editor.background
,但是我想知道当代码未打开时的那些窗口吗?例如设置窗口等。
答案 0 :(得分:0)
AFAIK,设置窗口背景没有特定的自定义设置。它们都被视为“编辑者”,并且都受到相同设置的影响:
"editor.background": "#282a36",
仅有的colors related to the settings window是这些
: "settings.checkboxBackground": "#ffb86c",
"settings.checkboxBorder": "#191a21",
"settings.checkboxForeground": "#f6f6f4",
"settings.dropdownBackground": "#262626",
"settings.dropdownBorder": "#191a21",
"settings.dropdownForeground": "#f6f6f4",
"settings.headerForeground": "#f6f6f4",
"settings.modifiedItemIndicator": "#ffb86c",
"settings.numberInputBackground": "#262626",
"settings.numberInputBorder": "#191a21",
"settings.numberInputForeground": "#f6f6f4",
"settings.textInputBackground": "#262626",
"settings.textInputBorder": "#191a21",
"settings.textInputForeground": "#f6f6f4",