# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/konsole/hotfix-defaults.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- konsole-26.04.2/data/color-schemes/Breeze.colorscheme.vanilla 2026-06-12 18:41:52.395757334 +0200 +++ konsole-26.04.2/data/color-schemes/Breeze.colorscheme 2026-06-12 18:49:02.226635907 +0200 @@ -1,8 +1,8 @@ [Background] -Color=35,38,39 +Color=5,8,9 [BackgroundFaint] -Color=49,54,59 +Color=19,24,29 [BackgroundIntense] Color=0,0,0 --- konsole-26.04.2/src/profile/Profile.cpp.vanilla 2026-06-12 18:40:20.600648321 +0200 +++ konsole-26.04.2/src/profile/Profile.cpp 2026-06-12 18:41:15.065847207 +0200 @@ -94,7 +94,7 @@ {ColorScheme, "ColorScheme", APPEARANCE_GROUP, QLatin1String("Breeze")}, {ColorScheme, "colors", nullptr, QLatin1String("Breeze")}, {AntiAliasFonts, "AntiAliasFonts", APPEARANCE_GROUP, true}, - {BoldIntense, "BoldIntense", APPEARANCE_GROUP, true}, + {BoldIntense, "BoldIntense", APPEARANCE_GROUP, false}, {UseFontLineCharacters, "UseFontLineChararacters", APPEARANCE_GROUP, false}, {UseFontBrailleCharacters, "UseFontBrailleChararacters", APPEARANCE_GROUP, true}, {LineSpacing, "LineSpacing", APPEARANCE_GROUP, 0},