From 8cf8b8680aa5b6c9ae183857d1c3448b446bbe41 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Mon, 24 Jan 2022 22:59:01 -0600 Subject: [PATCH] Change default theme to Flat (light) --- assets/Resources.qrc | 4 ++-- assets/themes/{2_Flat.json => 1_Flat.json} | 0 assets/themes/{1_Dark.json => 2_Dark.json} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename assets/themes/{2_Flat.json => 1_Flat.json} (100%) rename assets/themes/{1_Dark.json => 2_Dark.json} (100%) diff --git a/assets/Resources.qrc b/assets/Resources.qrc index 30095fa0..aac870dc 100644 --- a/assets/Resources.qrc +++ b/assets/Resources.qrc @@ -138,8 +138,8 @@ qml/Windows/MainWindow.qml qml/Windows/MQTTConfiguration.qml qml/main.qml - themes/2_Flat.json - themes/1_Dark.json + themes/1_Flat.json + themes/2_Dark.json themes/4_Midnight.json themes/3_Classic.json themes/5_Noir.json diff --git a/assets/themes/2_Flat.json b/assets/themes/1_Flat.json similarity index 100% rename from assets/themes/2_Flat.json rename to assets/themes/1_Flat.json diff --git a/assets/themes/1_Dark.json b/assets/themes/2_Dark.json similarity index 100% rename from assets/themes/1_Dark.json rename to assets/themes/2_Dark.json