Hello, I would like to know if you can change the theme and color of the NGX-Admin nebular dashboard? Thanks in advance.
Hello, I would like to know if you can change the theme and color of the NGX-Admin nebular dashboard? Thanks in advance.
theme.modules.ts
, in block:
const NB_THEME_PROVIDERS = [
...NbThemeModule.forRoot(
{
name: '**default | cosmic**',
},
[DEFAULT_THEME, COSMIC_THEME],
).providers,
...NbSidebarModule.forRoot().providers,
...NbMenuModule.forRoot().providers,
];