11
This commit is contained in:
39
src/theme/aiclient-preset.js
Normal file
39
src/theme/aiclient-preset.js
Normal file
@@ -0,0 +1,39 @@
|
||||
import Aura from "@primeuix/themes/aura";
|
||||
import { definePreset } from "@primeuix/themes";
|
||||
|
||||
/**
|
||||
* Aura 默认 primary 为 emerald(绿色)。
|
||||
* 使用科技蓝(hue ~217)色阶,区别于青色/cyan。
|
||||
*/
|
||||
export const AiclientPreset = definePreset(Aura, {
|
||||
primitive: {
|
||||
techblue: {
|
||||
50: "#eff6ff",
|
||||
100: "#dbeafe",
|
||||
200: "#bfdbfe",
|
||||
300: "#93c5fd",
|
||||
400: "#60a5fa",
|
||||
500: "#3b82f6",
|
||||
600: "#2563eb",
|
||||
700: "#1d4ed8",
|
||||
800: "#1e40af",
|
||||
900: "#1e3a8a",
|
||||
950: "#172554",
|
||||
},
|
||||
},
|
||||
semantic: {
|
||||
primary: {
|
||||
50: "{techblue.50}",
|
||||
100: "{techblue.100}",
|
||||
200: "{techblue.200}",
|
||||
300: "{techblue.300}",
|
||||
400: "{techblue.400}",
|
||||
500: "{techblue.500}",
|
||||
600: "{techblue.600}",
|
||||
700: "{techblue.700}",
|
||||
800: "{techblue.800}",
|
||||
900: "{techblue.900}",
|
||||
950: "{techblue.950}",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user