X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b812133ea0d9c9a4c52b200731deaba1045478e3..780e83dab0e48e6fbcd156d55c36122390b4f258:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index b0703237..fc89a4ae 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: {