Changing PSU theme

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.

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

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.

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

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

1 Like