X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5de4c8e78a96433482063a53dfce0056902da654..b812133ea0d9c9a4c52b200731deaba1045478e3:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index cff1853842..b0703237af 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -23,7 +23,10 @@ export interface ArvadosTheme extends Theme { interface Colors { green700: string; + yellow100: string; yellow700: string; + yellow900: string; + red100: string; red900: string; blue500: string; grey500: string; @@ -43,7 +46,10 @@ export const themeOptions: ArvadosThemeOptions = { customs: { colors: { green700: green["700"], + yellow100: yellow["100"], yellow700: yellow["700"], + yellow900: yellow["900"], + red100: red["100"], red900: red['900'], blue500: blue['500'], grey500: grey500,