From 19788fcf05e31ce38c84fcac3ff4af2bce5637a5 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Wed, 9 Aug 2023 01:49:52 -0700 Subject: [PATCH] Update Theme & Manifest --- public/manifest.json | 6 +++--- src/common/brand.ts | 2 +- src/common/theme.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index a25db0109..d8c7f493a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "name": "big-AGI", - "short_name": "AGI", - "theme_color": "#434356", - "background_color": "#B9B9C6", + "short_name": "big-AGI", + "theme_color": "#32383E", + "background_color": "#9FA6AD", "description": "Personal AGI App", "display": "standalone", "start_url": "/", diff --git a/src/common/brand.ts b/src/common/brand.ts index 655a022da..65f350f2e 100644 --- a/src/common/brand.ts +++ b/src/common/brand.ts @@ -14,7 +14,7 @@ export const Brand = { Meta: { Description: 'Leading open-source AI web interface to help you learn, think, and do. AI personas, superior privacy, advanced features, and fun UX.', SiteName: 'big-AGI | Harnessing AI for You', - ThemeColor: '#434356', + ThemeColor: '#32383E', TwitterSite: '@enricoros', }, URIs: { diff --git a/src/common/theme.ts b/src/common/theme.ts index b34f1c53e..6cc8cd17c 100644 --- a/src/common/theme.ts +++ b/src/common/theme.ts @@ -39,7 +39,7 @@ export const theme = extendTheme({ palette: { neutral: { plainColor: 'var(--joy-palette-neutral-800)', // increase contrast a bit - Menu text - solidBg: 'var(--joy-palette-neutral-700)', // AppBar: background + solidBg: 'var(--joy-palette-neutral-700)', // AppBar: background (#32383E) solidHoverBg: 'var(--joy-palette-neutral-800)', // AppBar: buttons background on hover }, text: {