X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/847ac07f82a1432d6472390aab5e8c2198d425a5..bbfd038f8d53725f154ff139229a74d961792915:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index 98380b968e..f7559eed08 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -27,6 +27,7 @@ interface Colors { yellow700: string; red900: string; blue500: string; + purple: string; } const arvadosPurple = '#361336'; @@ -44,6 +45,7 @@ export const themeOptions: ArvadosThemeOptions = { yellow700: yellow["700"], red900: red['900'], blue500: blue['500'], + purple: arvadosPurple } }, overrides: {