mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Update Theme & Manifest
This commit is contained in:
@@ -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
@@ -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
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user