mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat:修改色版展示
This commit is contained in:
@@ -29,16 +29,31 @@ export const chartColors = {
|
||||
export const defaultTheme = 'dark'
|
||||
|
||||
export const chartColorsName = {
|
||||
dark: '暗黑(默认)',
|
||||
customed: '明亮',
|
||||
dark: '明亮',
|
||||
customed: '暗淡',
|
||||
macarons: '马卡龙',
|
||||
walden: '蓝绿',
|
||||
chalk: '粉红',
|
||||
essos: '橘红',
|
||||
vintage: '复古',
|
||||
purplePassion: '深紫',
|
||||
westeros: '灰粉',
|
||||
wonderland: '青草',
|
||||
roma: '罗马红',
|
||||
purplePassion: '深紫',
|
||||
vintage: '复古',
|
||||
chalk: '粉红',
|
||||
westeros: '灰粉',
|
||||
essos: '橘红',
|
||||
shine: '深色',
|
||||
roma: '罗马红',
|
||||
}
|
||||
|
||||
export const chartColorsshow = {
|
||||
dark: 'linear-gradient(to right, #4992ff 0%, #7cffb2 100%)',
|
||||
customed: 'linear-gradient(to right, #5470c6 0%, #91cc75 100%)',
|
||||
macarons: 'linear-gradient(to right, #2ec7c9 0%, #b6a2de 100%)',
|
||||
walden: 'linear-gradient(to right, #3fb1e3 0%, #6be6c1 100%)',
|
||||
wonderland: 'linear-gradient(to right, #4ea397 0%, #22c3aa 100%)',
|
||||
purplePassion: 'linear-gradient(to right, #9b8bba 0%, #e098c7 100%)',
|
||||
vintage: 'linear-gradient(to right, #d87c7c 0%, #919e8b 100%)',
|
||||
chalk: 'linear-gradient(to right, #fc97af 0%, #d4a4eb 100%)',
|
||||
westeros: 'linear-gradient(to right, #516b91 0%, #edafda 100%)',
|
||||
essos: 'linear-gradient(to right, #893448 0%, #d95850 100%)',
|
||||
shine: 'linear-gradient(to right, #c12e34 0%, #0098d9 100%)',
|
||||
roma: 'linear-gradient(to right, #e01f54 0%, #5e4ea5 100%)',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user