X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b812133ea0d9c9a4c52b200731deaba1045478e3..2cec626e679d593d5b208a0807b391ab978e0e9d:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index b0703237af..fc89a4ae21 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -31,6 +31,7 @@ interface Colors { blue500: string; grey500: string; purple: string; + orange: string; } const arvadosPurple = '#361336'; @@ -53,7 +54,8 @@ export const themeOptions: ArvadosThemeOptions = { red900: red['900'], blue500: blue['500'], grey500: grey500, - purple: arvadosPurple + purple: arvadosPurple, + orange: '#f0ad4e', } }, overrides: {