From the course: Leveraging GenAI in .NET MAUI Development

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Challenge: Create a color scheme for an existing MAUI app

Challenge: Create a color scheme for an existing MAUI app - .NET MAUI Tutorial

From the course: Leveraging GenAI in .NET MAUI Development

Challenge: Create a color scheme for an existing MAUI app

(bouncy upbeat music) - [Narrator] For this challenge, we want to use ChatGPT-4 to create a completely custom color scheme. We want it to be based on the color blue. So let's take a look at what we need. So we'll go over to Visual Studio and we'll go up and look at styles, colors, XML. And at the top of this file, we can see the colors you want to generate. Primary, PrimaryDark, PrimaryDarkText, Secondary, SecondaryDarkText, and Tertiary. I challenge you to create a custom color scheme based on some complimentary shades of blue for these properties. Good luck.

Contents