任何人都知道如何美化这样的Windows终端

问题描述

有人想过如何美化Windows终端吗?相同的背景,相同的颜色组合:)

enter image description here

解决方法

这是Powershell for Powershell。您可以转到here寻求帮助来设置它。

背景是透明的并且是丙烯酸的,您可以通过设置"useAcrylic": true"acrylicOpacity": 0.4来在settings.json的Powershell配置文件中打开它们,如下所示:

{
  // Make changes here to the powershell.exe profile.
  "guid": "{YOUR GUID HERE}","name": "Windows PowerShell","commandline": "powershell.exe","useAcrylic": true,"acrylicOpacity": 0.4,"hidden": false
},

如果您使用的是Windows,请确保已在Personalize-->Colors中打开“透明效果”

,

enter image description here我写了一篇有关如何自定义Windows终端的文章,发表在几个月前。

Github链接-https://github.com/anup-a/Beautify-your-Windows-Terminal

链接到开发人员文章-https://dev.to/anupa/beautify-your-windows-terminal-1la8