X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c688f48e779c65c1bb849c5acd204817b295bc6..f9dde5c781766b8be71d43d0f031c201a0edcfbb:/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: {