mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-07 15:51:23 +08:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "Azir's Preset",
|
|
"desc": "It is a cold and elegant preset that Azir likes",
|
|
"i18nkey": "theme.appearance.preset.azir",
|
|
"version": "1.0.1",
|
|
"themeScheme": "light",
|
|
"recommendColor": true,
|
|
"themeColor": "#78a878",
|
|
"otherColor": {
|
|
"info": "#89b989",
|
|
"success": "#99c299",
|
|
"warning": "#d4bb9d",
|
|
"error": "#c49a9a"
|
|
},
|
|
"isInfoFollowPrimary": true,
|
|
"tokens": {
|
|
"light": {
|
|
"colors": {
|
|
"container": "rgb(255, 255, 255)",
|
|
"layout": "rgb(247, 250, 252)",
|
|
"inverted": "rgb(0, 20, 40)",
|
|
"base-text": "rgb(31, 31, 31)"
|
|
},
|
|
"boxShadow": {
|
|
"header": "0 1px 2px rgb(0, 21, 41, 0.08)",
|
|
"sider": "2px 0 8px 0 rgb(29, 35, 41, 0.05)",
|
|
"tab": "0 1px 2px rgb(0, 21, 41, 0.08)"
|
|
}
|
|
},
|
|
"dark": {
|
|
"colors": {
|
|
"container": "rgb(28, 28, 28)",
|
|
"layout": "rgb(18, 18, 18)",
|
|
"base-text": "rgb(224, 224, 224)"
|
|
}
|
|
}
|
|
},
|
|
"naiveui": {
|
|
"Alert": {
|
|
"borderRadiusMedium": "12px",
|
|
"fontWeightStrong": "600",
|
|
"paddingMedium": "0 20px"
|
|
},
|
|
"Card": {
|
|
"borderRadius": "16px",
|
|
"paddingMedium": "24px"
|
|
},
|
|
"Input": {
|
|
"borderRadius": "10px"
|
|
}
|
|
}
|
|
}
|