diff --git a/app.vue b/app.vue index ad2d11159..16ff71561 100644 --- a/app.vue +++ b/app.vue @@ -15,7 +15,7 @@ export default { $route: { handler(to) { if (to.name === 'index') { - this.themeChangeListener({ theme: this.$appState.darkTheme ? 'lara-dark-teal' : 'lara-light-teal', dark: this.$appState.darkTheme }); + this.themeChangeListener({ theme: this.$appState.darkTheme ? 'lara-dark-green' : 'lara-light-green', dark: this.$appState.darkTheme }); } } } diff --git a/components/doc/codeeditor/templates.js b/components/doc/codeeditor/templates.js index 06367e259..b857d2685 100644 --- a/components/doc/codeeditor/templates.js +++ b/components/doc/codeeditor/templates.js @@ -79,7 +79,7 @@ import ThemeSwitcher from './components/ThemeSwitcher.vue';`; } else { // main.js pvTheme += `import "primeflex/primeflex.css"; -import "primevue/resources/themes/lara-light-teal/theme.css";`; +import "primevue/resources/themes/lara-light-green/theme.css";`; // package.json dependencies['primeflex'] = app_dependencies['primeflex'] || 'latest'; diff --git a/doc/installation/StyledModeDoc.vue b/doc/installation/StyledModeDoc.vue index 8928300c5..d87b40aae 100644 --- a/doc/installation/StyledModeDoc.vue +++ b/doc/installation/StyledModeDoc.vue @@ -13,7 +13,7 @@ export default { data() { return { code: { - basic: "\nimport 'primevue/resources/themes/lara-light-teal/theme.css'\n" + basic: "\nimport 'primevue/resources/themes/lara-light-green/theme.css'\n" } }; } diff --git a/doc/nuxt/StyleDoc.vue b/doc/nuxt/StyleDoc.vue index 47adc8c6a..c9360103b 100644 --- a/doc/nuxt/StyleDoc.vue +++ b/doc/nuxt/StyleDoc.vue @@ -19,7 +19,7 @@ export default { code1: { basic: ` export default defineNuxtConfig({ - css: ['primevue/resources/themes/lara-dark-teal/theme.css'] + css: ['primevue/resources/themes/lara-dark-green/theme.css'] }) ` } diff --git a/doc/theming/BuiltInThemesDoc.vue b/doc/theming/BuiltInThemesDoc.vue index 56b5db9f3..50105cf85 100644 --- a/doc/theming/BuiltInThemesDoc.vue +++ b/doc/theming/BuiltInThemesDoc.vue @@ -31,10 +31,18 @@ primevue/resources/themes/lara-light-blue/theme.css primevue/resources/themes/lara-light-indigo/theme.css primevue/resources/themes/lara-light-purple/theme.css primevue/resources/themes/lara-light-teal/theme.css +primevue/resources/themes/lara-light-green/theme.css +primevue/resources/themes/lara-light-amber/theme.css +primevue/resources/themes/lara-light-cyan/theme.css +primevue/resources/themes/lara-light-pink/theme.css primevue/resources/themes/lara-dark-blue/theme.css primevue/resources/themes/lara-dark-indigo/theme.css primevue/resources/themes/lara-dark-purple/theme.css primevue/resources/themes/lara-dark-teal/theme.css +primevue/resources/themes/lara-dark-green/theme.css +primevue/resources/themes/lara-dark-amber/theme.css +primevue/resources/themes/lara-dark-cyan/theme.css +primevue/resources/themes/lara-dark-pink/theme.css primevue/resources/themes/soho-light/theme.css primevue/resources/themes/soho-dark/theme.css primevue/resources/themes/viva-light/theme.css diff --git a/doc/theming/SwitchThemesDoc.vue b/doc/theming/SwitchThemesDoc.vue index 3a5de50ae..f955ad3ad 100644 --- a/doc/theming/SwitchThemesDoc.vue +++ b/doc/theming/SwitchThemesDoc.vue @@ -47,7 +47,7 @@ PrimeVue.changeTheme('md-dark-indigo', 'md-light-indigo', 'theme-link', () => {} }, code4: { basic: ` - + ` }, code5: { @@ -59,7 +59,7 @@ export default defineNuxtConfig({ { id: 'theme-link', rel: 'stylesheet', - href: baseUrl + 'themes/lara-light-teal/theme.css' + href: baseUrl + 'themes/lara-light-green/theme.css' } ] } diff --git a/layouts/AppConfigurator.vue b/layouts/AppConfigurator.vue index 14cb3b29a..9ac6e3d1d 100755 --- a/layouts/AppConfigurator.vue +++ b/layouts/AppConfigurator.vue @@ -36,13 +36,23 @@ + + +
Crafted on a design-agnostic infrastructure, choose from a vast amount of themes such as Material, Bootstrap, Tailwind, PrimeOne or develop your own.