diff --git a/src/AppConfigurator.vue b/src/AppConfigurator.vue index 6030fdaae..9cffb9f36 100755 --- a/src/AppConfigurator.vue +++ b/src/AppConfigurator.vue @@ -31,25 +31,25 @@ - Light + Blue
- Light + Purple
- Light + Blue
- Light + Purple
diff --git a/src/AppTopBar.vue b/src/AppTopBar.vue index ee2e35cc0..d5339ef09 100755 --- a/src/AppTopBar.vue +++ b/src/AppTopBar.vue @@ -16,7 +16,25 @@
  • Guide
  • Designer
  • Icons
  • -
  • FREE COMPONENT THEMES
  • +
  • BOOTSTRAP
  • +
  • Blue LightBlue Light
  • +
  • Purple LightPurple Light
  • +
  • Blue DarkBlue Dark
  • +
  • Purple DarkPurple Dark
  • + +
  • MATERIAL DESIGN
  • +
  • Indigo LightIndigo Light
  • +
  • Deep Purple LightDeep Purple Light
  • +
  • Indigo DarkIndigo Dark
  • +
  • Deep Purple DarkDeep Purple Dark
  • + +
  • MATERIAL DESIGN COMPACT
  • +
  • Indigo LightIndigo Light
  • +
  • Deep Purple LightDeep Purple Light
  • +
  • Indigo DarkIndigo Dark
  • +
  • Deep Purple DarkDeep Purple Dark
  • + +
  • PRIMEONE
  • Saga BlueSaga Blue
  • Saga GreenSaga Green
  • Saga OrangeSaga Orange
  • @@ -25,10 +43,12 @@
  • Vela GreenVela Green
  • Vela OrangeVela Orange
  • Vela PurpleVela Purple
  • -
  • Arya BlueArya Blue
  • -
  • Arya GreenArya Green
  • -
  • Arya OrangeArya Orange
  • -
  • Arya PurpleArya Purple
  • +
  • Arya BlueArya Blue
  • +
  • Arya GreenArya Green
  • +
  • Arya OrangeArya Orange
  • +
  • Arya PurpleArya Purple
  • + +
  • LEGACY
  • NovaNova
  • Nova AltNova Alt
  • Nova AccentNova Accent
  • diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 48c1392a4..da6ec7daa 100755 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -108,23 +108,32 @@ primeicons/primeicons.css //icons
    Free Themes
    -

    PrimeVue ships with 25 free themes to choose from, import paths are as follows.

    +

    PrimeVue ships with 32 free themes to choose from, import paths are as follows.

    +primevue/resources/themes/bootstrap4-light-blue/theme.css +primevue/resources/themes/bootstrap4-light-purple/theme.css +primevue/resources/themes/bootstrap4-dark-blue/theme.css +primevue/resources/themes/bootstrap4-dark-purple/theme.css +primevue/resources/themes/md-light-indigo/theme.css +primevue/resources/themes/md-light-deeppurple/theme.css +primevue/resources/themes/md-dark-indigo/theme.css +primevue/resources/themes/md-dark-deeppurple/theme.css +primevue/resources/themes/mdc-light-indigo/theme.css +primevue/resources/themes/mdc-light-deeppurple/theme.css +primevue/resources/themes/mdc-dark-indigo/theme.css +primevue/resources/themes/mdc-dark-deeppurple/theme.css primevue/resources/themes/saga-blue/theme.css -primevue/resources/themes/saga-cyan/theme.css -primevue/resources/themes/saga-deeppurple/theme.css primevue/resources/themes/saga-green/theme.css -primevue/resources/themes/saga-indigo/theme.css primevue/resources/themes/saga-orange/theme.css primevue/resources/themes/saga-purple/theme.css primevue/resources/themes/vela-blue/theme.css -primevue/resources/themes/vela-cyan/theme.css -primevue/resources/themes/vela-deeppurple/theme.css primevue/resources/themes/vela-green/theme.css -primevue/resources/themes/vela-indigo/theme.css primevue/resources/themes/vela-orange/theme.css primevue/resources/themes/vela-purple/theme.css -primevue/resources/themes/vela-teal/theme.css +primevue/resources/themes/arya-blue/theme.css +primevue/resources/themes/arya-green/theme.css +primevue/resources/themes/arya-orange/theme.css +primevue/resources/themes/arya-purple/theme.css primevue/resources/themes/nova/theme.css primevue/resources/themes/nova-alt/theme.css primevue/resources/themes/nova-accent/theme.css