14 lines
740 B
Diff
14 lines
740 B
Diff
|
--- 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},
|