Skip to main content

Notifications

Community site session details

Community site session details

Session Id : RH2JzARcdYCe2kdm5F8jma
Power Apps - Power Apps Pro Dev & ISV
Suggested answer

Power Apps Themes

Like (2) ShareShare
ReportReport
Posted on 1 Apr 2025 15:00:55 by 7
Short Question: How do I get the list of available Power Apps Themes?
 
Background:
I am working on a canvas app in which I allow the user to select a theme and save the theme they would like to use. I'm storing the selection in a Dataverse table.
However, the value saved is a string, e.g. "TeamsTheme" or "PowerAppsTheme".
I need to convert the text to the matching theme reference. PowerApps has to be storing the list of themes somewhere. 
How can I do the conversion?
Thanks,
Thomas 
  • Michael E. Gernaey Profile Picture
    38,204 Super User 2025 Season 1 on 03 Apr 2025 at 03:56:32
    Power Apps Themes
     
    Can I or @MS.Ragavendar give you any other information than what I stated below? If either gives you the answer, I'd appreciate if you mark it so and maybe a like.

    If you have further questions let us kow.
     
    Cheers
  • Suggested answer
    Michael E. Gernaey Profile Picture
    38,204 Super User 2025 Season 1 on 01 Apr 2025 at 20:38:24
    Power Apps Themes
     
    So what you are doing is a standard way to do it. 
     
    however, what I tell people is put the information either
    1) in a list in sharepoint, that you load up on app start or onvisible and populate the collection with at Run time and assign it
    2) in an Environment variable and its either already the json you build on or your format.
     
    If you want it to be dynamic thats what you need. But creating your own things in that manner is pretty standard
  • Tom Bishop Profile Picture
    7 on 01 Apr 2025 at 18:11:56
    Power Apps Themes
    Replying to my own post ...
     
    I came up with a workaround for this, which after thinking about it a bit should not have surprised me.
    I created a glblThemes collection that has a "Name" attribute and a "Theme" attribute. "Name" is of data type Text, and "Theme" is an object. 
     
    Example:
     
    {Name:"TeamsTheme",
    Theme: TeamsTheme
    },
    {Name:"PowerAppsTheme",
    Theme: PowerAppsTheme
    }
    That allows me to look up the theme and apply it.
    Unfortunately, it also means I have to update the glblThemes collection whenever I add or remove a theme.
    I would much rather do a lookup on the native Power Apps themes collection wherever that resides.
     
    Any input or comments are appreciated!!!
     
    Thomas
  • MS.Ragavendar Profile Picture
    1,066 on 01 Apr 2025 at 17:55:53
    Power Apps Themes
     
    In .Net use of refractor we will get the files from assembly but in the Power Apps does not expose a built-in function to retrieve a list of available themes dynamically.
     
    However, you can manually reference the available themes using the App.Theme property
     
    You can follow this blog accordingly for the use case (https://www.matthewdevaney.com/create-a-power-apps-custom-theme-colors-fonts-icons-controls/) theme creation and mapping of themes to controls.
     
    Hope this helps.!
     
    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,513 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,677 Most Valuable Professional

Leaderboard
Loading started