feat(theme): 优化设置抽屉主题色彩选择器
- 更新主题色彩选择器的调色板配色方案 - 替换原有的明亮色彩为更专业的商务色调 - 新增蓝色系(#0961BEFF)、青色系(#0D9496)、紫色系(#7166F0、#8076C3) - 保留绿色(#18A058)和米色(#FAE5AC)作为辅助色彩 - 提升整体主题色彩的协调性和专业感
This commit is contained in:
parent
171b716cbb
commit
3c7ac2a328
@ -107,10 +107,10 @@ const transitionSelectorOptions = computed(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const palette = [
|
const palette = [
|
||||||
'#ffb8b8',
|
'#0961BEFF',
|
||||||
'#d03050',
|
'#0D9496',
|
||||||
'#F0A020',
|
'#7166F0',
|
||||||
'#fff200',
|
'#8076C3',
|
||||||
'#ffda79',
|
'#ffda79',
|
||||||
'#18A058',
|
'#18A058',
|
||||||
'#006266',
|
'#006266',
|
||||||
@ -121,8 +121,8 @@ const palette = [
|
|||||||
'#be2edd',
|
'#be2edd',
|
||||||
'#706fd3',
|
'#706fd3',
|
||||||
'#4834d4',
|
'#4834d4',
|
||||||
'#130f40',
|
'#18A058',
|
||||||
'#4b4b4b',
|
'#FAE5AC',
|
||||||
]
|
]
|
||||||
|
|
||||||
async function resetSetting() {
|
async function resetSetting() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user