Update ripple colors

pull/5756/head
Cagatay Civici 2024-05-15 13:05:13 +03:00
parent 7edc4b5fef
commit 9927e1b4c3
5 changed files with 10 additions and 9 deletions

View File

@ -1,10 +1,10 @@
export default {
colorScheme: {
light: {
background: 'rgba(0,0,0,0.5)'
background: 'rgba(0,0,0,0.1)'
},
dark: {
background: 'rgba(255,255,255,0.5)'
background: 'rgba(255,255,255,0.3)'
}
}
};

View File

@ -1,10 +1,10 @@
export default {
colorScheme: {
light: {
background: 'rgba(0,0,0,0.5)'
background: 'rgba(0,0,0,0.1)'
},
dark: {
background: 'rgba(255,255,255,0.5)'
background: 'rgba(255,255,255,0.3)'
}
}
};

View File

@ -1,10 +1,10 @@
export default {
colorScheme: {
light: {
background: 'rgba(0,0,0,0.5)'
background: 'rgba(0,0,0,0.1)'
},
dark: {
background: 'rgba(255,255,255,0.5)'
background: 'rgba(255,255,255,0.4)'
}
}
};

View File

@ -5,7 +5,7 @@ import { reactive } from 'vue';
const $appState = {
install: (Vue, options) => {
Vue.config.globalProperties.$appState = reactive({
preset: 'Nora',
preset: 'Aura',
darkTheme: false,
codeSandbox: false,
sourceType: 'options-api',
@ -19,6 +19,7 @@ const $appState = {
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use($appState);
nuxtApp.vueApp.use(PrimeVue, {
theme: Noir
});
});

View File

@ -1,7 +1,7 @@
import { definePreset } from 'primevue/themes';
import Nora from 'primevue/themes/nora';
import Aura from 'primevue/themes/aura';
const Noir = definePreset(Nora, {
const Noir = definePreset(Aura, {
semantic: {
primary: {
50: '{zinc.50}',