Changing PSU theme

avatar
Product: PowerShell Universal
Version: 4.1.4


Can someone guide on how to apply a different theme to PSU?
Set-UDTheme doesn’t seem to work. I cannot find a list of available themes either.

avatar

Recommended Answer

To apply a pre-supplied theme I use:

$Theme = (Get-UDTheme -Name 'MaterialDesign')
New-UDApp -Title "AppTitle -Theme $Theme -Content {}


It looks like the theme files are located here: C:\Program Files (x86)\Universal\Modules\Universal\themes

Cheers

All Comments (3)

avatar

To apply a pre-supplied theme I use:

$Theme = (Get-UDTheme -Name 'MaterialDesign')
New-UDApp -Title "AppTitle -Theme $Theme -Content {}


It looks like the theme files are located here: C:\Program Files (x86)\Universal\Modules\Universal\themes

Cheers

avatar

Thank you so much! I tried so many different ways and just got more confused on my way.
Also good to know where they are located.

avatar

Totally forgot to include a link to this resource where you can see the themes:

https://github.com/potatoqualitee/psu-themes