mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 20:25:29 +08:00
feat(themes): add violet color
This commit is contained in:
@@ -35,6 +35,7 @@ export const palette: ZeitUIThemesPalette = {
|
|||||||
cyan: '#79ffe1',
|
cyan: '#79ffe1',
|
||||||
purple: '#f81ce5',
|
purple: '#f81ce5',
|
||||||
alert: '#ff0080',
|
alert: '#ff0080',
|
||||||
|
violet: '#7928ca',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const expressiveness: ZeitUIThemesExpressiveness = {
|
export const expressiveness: ZeitUIThemesExpressiveness = {
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ export const palette: ZeitUIThemesPalette = {
|
|||||||
cyan: '#79ffe1',
|
cyan: '#79ffe1',
|
||||||
purple: '#f81ce5',
|
purple: '#f81ce5',
|
||||||
alert: '#ff0080',
|
alert: '#ff0080',
|
||||||
|
violet: '#7928ca',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const expressiveness: ZeitUIThemesExpressiveness = {
|
export const expressiveness: ZeitUIThemesExpressiveness = {
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ export interface ZeitUIThemesPalette {
|
|||||||
cyan: string
|
cyan: string
|
||||||
purple: string
|
purple: string
|
||||||
alert: string
|
alert: string
|
||||||
|
violet: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ZeitUIThemesExpressiveness {
|
export interface ZeitUIThemesExpressiveness {
|
||||||
|
|||||||
Reference in New Issue
Block a user