Windows terminal 设置 打开Windows Terminal,进入设置 打开JSON 文件 修改配置文件 settings.json 从可视化设置页面进行修改 配色方案选择 进入windowsterminalthemes,选择一个喜欢的 Theme,点击 Get theme 按钮,以 Dark+ 主题为例 进入配置文件 settings.json,找到 schemes,将复制好的 json 内容复制到该位置下,记好对应...
C:\Users\<你的用户名>\Documents\WindowsPowerShell\Modules\oh-my-posh\2.0.230\Themes\Paradox.psm1 或者(如果你是以管理员权限安装的全局module, 此处感谢@dainHandle的提醒) C:\Program Files\WindowsPowerShell\Modules\oh-my-posh\2.0.300\Themes\Paradox.psm1 这个修复只针对2.0.230, 替换之前请备份~ ...
Releases · microsoft/terminal (github.com) win11已经自己带了 安装oh my posh 以下是新教程,只针对 oh-my-posh3 直接在微软商店搜索oh my posh下载 或者, copy 1 wingetinstallJanDeDobbeleer.OhMyPosh-s winget This installs a couple of things: oh-my-posh.exe - Windows executable themes - The ...
Releases · microsoft/terminal (github.com) win11已经自己带了 以下是新教程,只针对 oh-my-posh3 直接在微软商店搜索oh my posh下载 或者, winget install JanDeDobbeleer.OhMyPosh -s winget This installs a couple of things: oh-my-posh.exe - Windows executable themes - The latest Oh My Posh th...
在oh-my-posh的主题文件夹C:\Users\<用户名>\Documents\WindowsPowerShell\Modules\oh-my-posh\<版本号>\Themes下新建一个myTheme.psm1,之后按照其他主题的写法进行修改就可以了。使用Set-Theme myTheme这个命令来让你的自定义主题生效。 限于篇幅我这里不具体介绍如何写一个自定义的主题,感兴趣的同学还请自行...
在 oh-my-posh 的主题文件夹 C:\Users\\Documents\WindowsPowerShell\Modules\oh-my-posh\\Themes 下新建一个 myTheme.psm1,之后按照其他主题的写法进行修改就可以了。使用 Set-Theme myTheme 这个命令来让你的自定义主题生效。 限于篇幅我这里不具体介绍如何写一个自定义的主题,感兴趣的同学还请自行进行查看 ...
Contributors Tim Kilåker - Contributed an updated release of ColorTool.exe. Community Twitter - Best for getting updates about themes and new stuff. GitHub - Best for asking questions and discussing issues. Discord - Best for hanging out with the community. License MIT LicenseAbout...
Get-PoshThemes# 预览所有主题 新增(或修改)你的 PowerShell 配置文件 # 如果之前没有配置文件,就新建一个 PowerShell 配置文件if(!(Test-Path-Path$PROFILE)) {New-Item-TypeFile-Path$PROFILE-Force}# 用记事本打开配置文件notepad$PROFILE 在其中添加下面的内容 ...
你可以通过Get-PoshThemes来查看所有可用主题,再次修改配置文件中第三行内容即可: 一些提示 你打开后可能会有些图标显示不出来,那是因为你的字体不支持,你可以下载Nerd Fonts,或者下载官方推荐的Meslo LGM NF,使用字体需要修改Windows Terminal的设置文件,具体可以看我的上篇文章,我这里使用的是"MesloLGS NF"。
切换系统显示模式可以用命令行修改注册表。位于 HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize 的 AppsUseLightTheme 以及 SystemUsesLightTheme 的值为 0 时是深色模式,为 1 时为浅色模式。 像Windows Terminal、Rime 这类应用程序的配置由自己独立的配置文件控制,我们需要找到并修改它们的配置文件...