「というプラグイン(正しい用語だと思います)があります。概要'。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"
}