How to change the theme of Dashboard nebular NGX-Admin?

Asked

Viewed 314 times

1

Hello, I wonder if you have how to change the theme and color of Dashboard nebular NGX-Admin? Thanks in advance.

1 answer

1

theme.modules.ts, in the block:

const NB_THEME_PROVIDERS = [
...NbThemeModule.forRoot(
   {
      name: '**default | cosmic**',
   },
   [DEFAULT_THEME, COSMIC_THEME],
).providers,
...NbSidebarModule.forRoot().providers,
...NbMenuModule.forRoot().providers,
];

Browser other questions tagged

You are not signed in. Login or sign up in order to post.