support dark theme closes #25
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
import { definePreset } from '@primevue/themes'
|
||||
import Aura from '@primevue/themes/aura'
|
||||
|
||||
export const PrimeVueHereConnectPreset = definePreset(Aura, {
|
||||
semantic: {
|
||||
colorScheme: {
|
||||
light: {
|
||||
primary: {
|
||||
50: '{rose.50}',
|
||||
100: '{rose.100}',
|
||||
200: '{rose.200}',
|
||||
300: '{rose.300}',
|
||||
400: '{rose.400}',
|
||||
500: '{rose.500}',
|
||||
600: '{rose.600}',
|
||||
700: '{rose.700}',
|
||||
800: '{rose.800}',
|
||||
900: '{rose.900}',
|
||||
950: '{rose.950}',
|
||||
},
|
||||
highlight: {
|
||||
background: '{rose.100}',
|
||||
focusBackground: '{rose.200}',
|
||||
color: '#000000',
|
||||
focusColor: '#000000',
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
primary: {
|
||||
50: '{orange.50}',
|
||||
100: '{orange.100}',
|
||||
200: '{orange.200}',
|
||||
300: '{orange.300}',
|
||||
400: '{orange.400}',
|
||||
500: '{orange.500}',
|
||||
600: '{orange.600}',
|
||||
700: '{yellow.700}',
|
||||
800: '{orange.800}',
|
||||
900: '{orange.900}',
|
||||
950: '{orange.950}',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user