X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/00a61a4484185dc98daa92af5f189779cc10ad3c..a2e786b48045eb414c39c3265ab2992712706711:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index 98380b96..f7559eed 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: {