Hello,
I was wondering if/when you will offer a larger selection of themes for your Blazor components?
Other vendors, e.g. DevExpress, have large theme selections, as seen here https://demos.devexpress.com/blazor/GridColumnTypes
Right now, you only have three, which are very similar to one another. Users commonly want to have a dark theme, for example, and you don't offer any.
Please advise.
Thank you.1 Answer, 1 is accepted
Hi Joe,
With ThemeBuilder you have a great tool to use the themes and colors you need. By the way, I could mix this even with DevExpress.
Best Regards Matthias
Greetings from Berlin
Matthias
However, I may have a different goal. Colors are important to some of my users. Some can't or don't want to work with "dark mode", others actually want green or purple. Otherwise, I want my application to always have the same look. So no switching from flat to 3D. In other words, overall a more subtle layout that is not distracting. But as I said, it depends on the application.
Hey all,
In the ThemeBuilder you could find all available swatches for every theme. Basically, the swatches offer different palettes/color variations of the themes.
https://themebuilder.telerik.com/blazor-ui
In addition, all Telerik themes are placed in kendo-themes repository and you could compile any existing swatches through `npm run sass:swatches` command. We invested time in synchronizing the ThemeBuilder and kendo-themes swatches, so these resources should be equivalent.
Hi Joe,
I believe my colleague Ivan covered the topic in the support thread that you have opened. For transparency, I am pasting the reply here as well:
> More variety of swatches in our sass themes that are analogical to the known less themes in Kendo We are migrating the less themes to sass, as we are sunsetting them. Currently, we have covered blue opal, silver, default, bootstrap 3 (as bootstrap theme swatch) material and nova (as swatch for material). We'll be adding the rest, minus fiori it the coming weeks for our september 2021 R3. > Is there a way to get early access to the swatches? We are still working on the infrastructure, but broadly speaking, themes will be available in our CDN and in our npm themes packages. For a given version, the files are as follows: CDN https://cdn.kendostatic.com/themes/4.40.0/classic/classic-opal.css NPM https://unpkg.com/@progress/kendo-theme-classic@4.40.1/dist/classic-opal.scss
I know I am sending you a two different URL's (4.40.0 and 4.40.1) but we are ironing the kinks and quirks of deployment. 4.40.0 is available on CDN but did not contain the source swatches. 4.40.1 has the swatches sources, but is not deployed (yet) to CDN. With the next version of the themes, which will be available in early september, everything will be smooth.