X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dec2560060035f165662cff34b3a8916927a7ee6..98d3f7708860701b02055643da4ba9412720bf4b:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index cff1853842..fc89a4ae21 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -23,11 +23,15 @@ export interface ArvadosTheme extends Theme { interface Colors { green700: string; + yellow100: string; yellow700: string; + yellow900: string; + red100: string; red900: string; blue500: string; grey500: string; purple: string; + orange: string; } const arvadosPurple = '#361336'; @@ -43,11 +47,15 @@ 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, - purple: arvadosPurple + purple: arvadosPurple, + orange: '#f0ad4e', } }, overrides: {