fix adds pagetheme colors

closes #5235

Signed-off-by: Remi Kristelijn <remi.kristelijn@theapsgroup.com>
This commit is contained in:
Remi Kristelijn
2021-04-07 08:43:29 +02:00
parent bb5b38c5e5
commit 4438b0f6e8
4 changed files with 111 additions and 1 deletions
+5
View File
@@ -63,4 +63,9 @@ export const pageTheme: Record<string, PageTheme> = {
library: genPageTheme(colorVariants.rubyRed, shapes.wave),
other: genPageTheme(colorVariants.darkGrey, shapes.wave),
app: genPageTheme(colorVariants.toastyOrange, shapes.wave),
apis: genPageTheme(colorVariants.eveningSea, shapes.wave2),
grpc: genPageTheme(colorVariants.marineBlue, shapes.wave2),
asyncapi: genPageTheme(colorVariants.rubyRed, shapes.wave2),
graphql: genPageTheme(colorVariants.purpleSky, shapes.wave2),
openapi: genPageTheme(colorVariants.toastyOrange, shapes.wave2),
};