kra-new/web/src/theme/preset/kra-tech-blue.json

104 lines
2.7 KiB
JSON

{
"order": 1,
"version": 1,
"minMainVersion": "2.9.0",
"name": "KRA-科技蓝",
"builtin": true,
"theme": {
"themeScheme": "auto",
"grayscale": false,
"colourWeakness": false,
"recommendColor": false,
"themeColor": "#2264f2",
"themeRadius": 0.5,
"size": "default",
"otherColor": {
"info": "#909399",
"success": "#60c041",
"warning": "#f9901f",
"error": "#f56c6c"
},
"isInfoFollowPrimary": false,
"layout": {
"mode": "normal",
"sideWidth": 256,
"sideCollapsedWidth": 80,
"sideItemHeight": 48
},
"page": {
"transition": "slide"
},
"header": {
"breadcrumb": {
"visible": true,
"showIcon": true
},
"refresh": {
"visible": true
},
"search": {
"visible": true
},
"collapseButton": {
"visible": true
},
"bg": "",
"shadow": "sm"
},
"tab": {
"visible": true,
"bg": "",
"shadow": "sm",
"mode": "chrome",
"showIcon": true
},
"menu": {
"theme": "light",
"darkSider": false
},
"card": {
"mode": "border"
},
"watermark": {
"visible": false
},
"tokens": {
"light": {
"colors": {
"container": "rgb(255, 255, 255)",
"layout": "rgb(247, 250, 252)",
"inverted": "rgb(15, 23, 42)",
"base-text": "rgb(31, 41, 55)",
"border": "rgb(229, 231, 235)",
"muted": "rgb(248, 250, 252)",
"muted-foreground": "rgb(100, 116, 139)",
"control-track": "rgb(209, 213, 219)"
},
"boxShadow": {
"header": "0 1px 0 rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04)",
"sider": "2px 0 8px 0 rgba(29, 35, 41, 0.05)",
"tab": "0 1px 2px rgba(0, 21, 41, 0.08)",
"card": "0 1px 2px rgba(0, 0, 0, 0.04), 0 6px 18px rgba(0, 0, 0, 0.06)"
}
},
"dark": {
"colors": {
"container": "rgb(15, 23, 42)",
"layout": "rgb(30, 41, 59)",
"inverted": "rgb(255, 255, 255)",
"base-text": "rgb(226, 232, 240)",
"border": "rgb(51, 65, 85)",
"muted": "rgb(30, 41, 59)",
"muted-foreground": "rgb(148, 163, 184)",
"control-track": "rgb(71, 85, 105)"
},
"boxShadow": {
"header": "0 1px 0 rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.35)",
"sider": "2px 0 8px 0 rgba(0, 0, 0, 0.35)",
"tab": "0 1px 0 rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.35)",
"card": "0 1px 2px rgba(0, 0, 0, 0.28), 0 6px 18px rgba(0, 0, 0, 0.32)"
}
}
}
}
}