Update Theme & Manifest

This commit is contained in:
Enrico Ros
2023-08-09 01:49:52 -07:00
parent e019344d09
commit 19788fcf05
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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": "/",
+1 -1
View File
@@ -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: {
+1 -1
View File
@@ -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: {