有一个插件(我相信这是正确的术语),称为“总览'。在tldr
页面上,你可以看到这个截图:
虽然我确实安装了一些颜色插件(例如 colorls 和一些语法着色插件),但在使用时没有得到彩色文本tldr
:
我怎样才能让它像他们官方页面上的屏幕截图一样工作?
答案1
.tldr
在您的主目录中创建并添加:
{
"themes": {
"ocean": {
"commandName": "bold, cyan",
"mainDescription": "",
"exampleDescription": "green",
"exampleCode": "cyan",
"exampleToken": "dim"
},
"myOwnCoolTheme": {
"commandName": "bold, red",
"mainDescription": "underline",
"exampleDescription": "yellow",
"exampleCode": "underline, green",
"exampleToken": ""
}
},
"theme": "ocean"
}