X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/082c1782d96a4b1c897df64d9b325d102a5c1144..a672dd5efb4c8ef394f61a7e7a5e513f80bf1427:/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: {