feat(themes): add violet color

This commit is contained in:
unix
2020-03-30 03:41:24 +08:00
parent 6bd901b9c6
commit bfd030ea48
3 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export const palette: ZeitUIThemesPalette = {
cyan: '#79ffe1',
purple: '#f81ce5',
alert: '#ff0080',
violet: '#7928ca',
}
export const expressiveness: ZeitUIThemesExpressiveness = {

View File

@@ -35,6 +35,7 @@ export const palette: ZeitUIThemesPalette = {
cyan: '#79ffe1',
purple: '#f81ce5',
alert: '#ff0080',
violet: '#7928ca',
}
export const expressiveness: ZeitUIThemesExpressiveness = {

View File

@@ -29,6 +29,7 @@ export interface ZeitUIThemesPalette {
cyan: string
purple: string
alert: string
violet: string
}
export interface ZeitUIThemesExpressiveness {