<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- konsole-22.08.0/src/profile/Profile.cpp.orig	2022-09-02 15:05:08.789073704 +0200
+++ konsole-22.08.0/src/profile/Profile.cpp	2022-09-02 15:05:33.624838519 +0200
@@ -80,8 +80,8 @@
 
     // Appearance
     {Font, "Font", APPEARANCE_GROUP, QFont()},
-    {ColorScheme, "ColorScheme", APPEARANCE_GROUP, QLatin1String("Breeze")},
-    {ColorScheme, "colors", nullptr, QLatin1String("Breeze")},
+    {ColorScheme, "ColorScheme", APPEARANCE_GROUP, QLatin1String("Linux")},
+    {ColorScheme, "colors", nullptr, QLatin1String("Linux")},
     {AntiAliasFonts, "AntiAliasFonts", APPEARANCE_GROUP, true},
     {BoldIntense, "BoldIntense", APPEARANCE_GROUP, true},
     {UseFontLineCharacters, "UseFontLineChararacters", APPEARANCE_GROUP, false},
</pre></body></html>