自訂終端機指南
以下為一些色彩配置,供您嘗試或作為自己的設計基礎。
安裝配置
將 JSON 從 [配置] 區段複製到 settings.json 中的正確區段,例如:
之前:
"schemes": [],
:
"schemes": [
{
"name": "Retro",
"background": "#000000",
"black": "#00ff00",
"blue": "#00ff00",
"brightBlack": "#00ff00",
"brightBlue": "#00ff00",
"brightCyan": "#00ff00",
"brightGreen": "#00ff00",
"brightPurple": "#00ff00",
"brightRed": "#00ff00",
"brightWhite": "#00ff00",
"brightYellow": "#00ff00",
"cyan": "#00ff00",
"foreground": "#00ff00",
"green": "#00ff00",
"purple": "#00ff00",
"red": "#00ff00",
"white": "#00ff00",
"yellow": "#00ff00"
}
]
然後新增設定檔專用區段,例如:
之前:
{
"guid": "{234ab24f-34dd-ff3-ade434aad345}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
}
:
{
"guid": "{234ab24f-34dd-ff3-ade434aad345}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false,
"colorScheme" : "Retro",
"cursorColor" : "#FFFFFF",
"cursorShape": "filledBox",
"fontSize" : 16,
"padding" : "5, 5, 5, 5",
"tabTitle" : "Command Prompt",
"fontFace": "PxPlus IBM VGA8",
"experimental.retroTerminalEffect": true
}
毛玻璃
Raspberry Ubuntu
懷舊命令
分享!
您有想要分享的 Windows 終端機配置嗎? 在 Twitter 上向我們展示!