diff --git a/src/kcolorscheme.cpp b/src/kcolorscheme.cpp --- a/src/kcolorscheme.cpp +++ b/src/kcolorscheme.cpp @@ -170,7 +170,7 @@ static const SetDefaultColors defaultViewColors = { { 252, 252, 252 }, // Background { 239, 240, 241 }, // Alternate - { 35, 38, 39 }, // Normal + { 35, 38, 41 }, // Normal { 127, 140, 141 }, // Inactive { 61, 174, 233 }, // Active { 41, 128, 185 }, // Link @@ -183,7 +183,7 @@ static const SetDefaultColors defaultWindowColors = { { 239, 240, 241 }, // Background { 189, 195, 199 }, // Alternate - { 35, 38, 39 }, // Normal + { 35, 38, 41 }, // Normal { 127, 140, 141 }, // Inactive { 61, 174, 233 }, // Active { 41, 128, 185 }, // Link @@ -196,7 +196,7 @@ static const SetDefaultColors defaultButtonColors = { { 239, 240, 241 }, // Background { 189, 195, 199 }, // Alternate - { 35, 38, 39 }, // Normal + { 35, 38, 41 }, // Normal { 127, 140, 141 }, // Inactive { 61, 174, 233 }, // Active { 41, 128, 185 }, // Link @@ -209,18 +209,18 @@ static const SetDefaultColors defaultSelectionColors = { { 61, 174, 233 }, // Background { 29, 153, 243 }, // Alternate - { 252, 252, 252 }, // Normal - { 239, 240, 241 }, // Inactive - { 252, 252, 252 }, // Active + { 35, 38, 41 }, // Normal + { 127, 140, 141 }, // Inactive + { 35, 38, 41 }, // Active { 253, 188, 75 }, // Link { 189, 195, 199 }, // Visited { 218, 68, 83 }, // Negative { 246, 116, 0 }, // Neutral { 39, 174, 96 } // Positive }; static const SetDefaultColors defaultTooltipColors = { - { 35, 38, 39 }, // Background + { 35, 38, 41 }, // Background { 77, 77, 77 }, // Alternate { 252, 252, 252 }, // Normal { 189, 195, 199 }, // Inactive