Fixed #318 - Rename Nova Themes

pull/345/head
cagataycivici 2020-05-16 11:13:09 +03:00
parent 6fecb38dd7
commit 77c99f0a31
7 changed files with 14568 additions and 8 deletions

View File

@ -78,7 +78,7 @@ PrimeFlex | DataView
The css dependencies are as follows, note that you may change the theme with another one of your choice. If you are using a bundler such as webpack with a css loader you may import them to your main application component.
```javascript
primevue/resources/themes/nova-light/theme.css //theme
primevue/resources/themes/saga-blue/theme.css //theme
primevue/resources/primevue.min.css //core css
primeicons/primeicons.css //icons
```

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3640
public/themes/nova/theme.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -138,21 +138,21 @@
<img src="./assets/images/layouts/themeswitcher-nova.png" alt="Nova" @click="changeTheme($event, 'nova')"/>
<i class="pi pi-check" v-if="theme === 'nova'" />
</button>
<span>Nova Light</span>
<span>Nova</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/layouts/themeswitcher-nova-alt.png" alt="Nova Alt" @click="changeTheme($event, 'nova-alt')"/>
<i class="pi pi-check" v-if="theme === 'nova-alt'" />
</button>
<span>Nova Dark</span>
<span>Nova Alt</span>
</div>
<div class="p-col-3">
<button class="p-link">
<img src="./assets/images/layouts/themeswitcher-nova-accent.png" alt="Nova Accent" @click="changeTheme($event, 'nova-accent')"/>
<i class="pi pi-check" v-if="theme === 'nova-accent'" />
</button>
<span>Nova Colored</span>
<span>Nova Accent</span>
</div>
<div class="p-col-3">
<button class="p-link">

View File

@ -129,9 +129,9 @@ 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/nova-light/theme.css
primevue/resources/themes/nova-dark/theme.css
primevue/resources/themes/nova-colored/theme.css
primevue/resources/themes/nova/theme.css
primevue/resources/themes/nova-alt/theme.css
primevue/resources/themes/nova-accent/theme.css
primevue/resources/themes/nova-vue/theme.css
primevue/resources/themes/luna-amber/theme.css
primevue/resources/themes/luna-blue/theme.css
@ -167,7 +167,7 @@ Vue.component('Toast', Toast);
<CodeHighlight class="language-javascript">
css: [
{src: 'primevue/resources/primevue.min.css'},
{src: 'primevue/resources/themes/nova-light/theme.css'},
{src: 'primevue/resources/themes/saga-blue/theme.css'},
{src: 'primeicons/primeicons.css'},
],
plugins: [