chore: server-and-serverless template
This commit is contained in:
4
packages/mantine-theme/palettes/default.json
Normal file
4
packages/mantine-theme/palettes/default.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Default",
|
||||
"primaryColor": "blue"
|
||||
}
|
||||
7
packages/mantine-theme/palettes/emerald.json
Normal file
7
packages/mantine-theme/palettes/emerald.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Emerald",
|
||||
"primaryColor": "emerald",
|
||||
"bases": {
|
||||
"emerald": "#059669"
|
||||
}
|
||||
}
|
||||
9
packages/mantine-theme/palettes/index.ts
Normal file
9
packages/mantine-theme/palettes/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Generated by the fabric-theme tool — do not edit by hand.
|
||||
// Lists every palette JSON in this directory. Add palettes via the theme tool.
|
||||
import p_default from './default.json'
|
||||
import p_emerald from './emerald.json'
|
||||
|
||||
export const palettes: Record<string, unknown> = {
|
||||
default: p_default,
|
||||
emerald: p_emerald,
|
||||
}
|
||||
Reference in New Issue
Block a user