Refactor layout components and update theme configuration

This commit is contained in:
andrea.terzani
2024-10-28 19:22:04 +01:00
parent d5492e596f
commit fc7f20c2a4
6 changed files with 45 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ import { computed, reactive, readonly } from 'vue';
const layoutConfig = reactive({
preset: 'Nora',
primary: 'purple',
primary: {palette: { 50: '#f5f3ff', 100: '#ede9fe', 200: '#ddd6fe', 300: '#c4b5fd', 400: '#a78bfa', 500: '#8b5cf6', 600: '#7c3aed', 700: '#6d28d9', 800: '#5b21b6', 900: '#4c1d95', 950: '#2e1065' }},
surface: 'viva',
darkTheme: false,
menuMode: 'static',