From afe3d5fa34f4e6f32a43ed8e4adaea37d484fd5d Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 8 May 2019 22:42:32 +0200 Subject: [PATCH] Set the correct, default theme for the application Signed-off-by: Akos Kitta --- arduino-ide-browser/package.json | 2 +- arduino-ide-electron/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arduino-ide-browser/package.json b/arduino-ide-browser/package.json index 62f63b16..97b3f9e1 100644 --- a/arduino-ide-browser/package.json +++ b/arduino-ide-browser/package.json @@ -31,7 +31,7 @@ "frontend": { "config": { "applicationName": "Arduino-PoC", - "defaultTheme": "arduino" + "defaultTheme": "arduino-theme" } } } diff --git a/arduino-ide-electron/package.json b/arduino-ide-electron/package.json index 8dae9587..276e9a21 100644 --- a/arduino-ide-electron/package.json +++ b/arduino-ide-electron/package.json @@ -33,7 +33,7 @@ "frontend": { "config": { "applicationName": "Arduino-PoC", - "defaultTheme": "arduino" + "defaultTheme": "arduino-theme" } } }