A small web app for watching movies and shows easily
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import { defineTheme } from 'pinceau' |
|
|
|
export default defineTheme({ |
|
color: { |
|
primary: { |
|
50: "#F5E5FF", |
|
100: "#E7CCFF", |
|
200: "#D4A9FF", |
|
300: "#BE85FF", |
|
400: "#A861FF", |
|
500: "#8E3DFF", |
|
600: "#7F36D4", |
|
700: "#662CA6", |
|
800: "#552578", |
|
900: "#441E49" |
|
} |
|
} |
|
})
|
|
|