From a11aae3573460807b21828b11ce9fc9d514a4fe9 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 13 Apr 2025 10:02:11 +0530 Subject: [PATCH] chore: Update theme color --- src/lib/components/MobileEditor.svelte | 1 - static/favicon.svg | 2 +- static/manifest.json | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/components/MobileEditor.svelte b/src/lib/components/MobileEditor.svelte index 5fa8f6e8..6e4b2f23 100644 --- a/src/lib/components/MobileEditor.svelte +++ b/src/lib/components/MobileEditor.svelte @@ -23,7 +23,6 @@ basicSetup, themeCompartment.of($mode === 'dark' ? oneDark : []), EditorView.updateListener.of((update) => { - console.log('update', update); if (update.docChanged) { const newText = update.state.doc.toString(); if (currentText === newText) { diff --git a/static/favicon.svg b/static/favicon.svg index 993c56b9..0d6e7ea6 100644 --- a/static/favicon.svg +++ b/static/favicon.svg @@ -1,6 +1,6 @@ - + diff --git a/static/manifest.json b/static/manifest.json index 4df97742..65d47767 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -9,10 +9,10 @@ } ], "start_url": "/edit", - "background_color": "#6366F1", + "background_color": "#ff3670", "display": "standalone", "scope": "/edit", - "theme_color": "#6366F1", + "theme_color": "#ff3670", "description": "FlowChart & Diagrams Editor.", "orientation": "natural" }