X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/890f88cf8828ae1d8dde8cb8c104226837187353..dec2560060035f165662cff34b3a8916927a7ee6:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index 74dee7f6..cff18538 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -26,10 +26,12 @@ interface Colors { yellow700: string; red900: string; blue500: string; + grey500: string; purple: string; } const arvadosPurple = '#361336'; +const grey500 = grey["500"]; const grey600 = grey["600"]; const grey700 = grey["700"]; const grey900 = grey["900"]; @@ -44,6 +46,7 @@ export const themeOptions: ArvadosThemeOptions = { yellow700: yellow["700"], red900: red['900'], blue500: blue['500'], + grey500: grey500, purple: arvadosPurple } },