How to let pwsh (powershell 7) use windows terminal color scheme?

I have installed powershell 7, basically pwsh.exe.

When I launch powershell 7 inside Windows Terminal App, it uses Windows Terminal Color Theme profile. But when I launch pwsh.exe separately, it doesn't use the color theme, instead it's using the default black background color theme.

How can I let pwsh.exe use Windows Terminal's color theme when launching it separately? Thanks a lot.

3

1 Answer

The best you can do with pwsh.exe is right-clicking where you move the window and open Preferences. There you can change Font, Layout, Screen Colors, and Terminal colors. As for using the .json files like in Windows Terminal: does not seem possible (as from other comments)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like