任何人都知道如何像这样美化 windows 终端

Anyone has idea how to beautify windows terminal like this

有人知道如何美化 windows 终端吗?相同的背景,相同的颜色组合:)

那是 Powershell 的电力线。您可以去 here 寻求设置方面的帮助。

背景是透明的丙烯酸树脂,您可以在 settings.json 的 Powershell 配置文件中通过设置 "useAcrylic": true"acrylicOpacity": 0.4 打开它,看起来像这样:

{
  // 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

中开启了 'Transparency effects'

我写了一篇关于如何自定义 Windows 终端的文章,几个月前发表在 dev.to 上。

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

Link 到 dev.to 文章 - https://dev.to/anupa/beautify-your-windows-terminal-1la8