vinceliuice / MacSonoma-kde

MacOS Sonoma theme for KDE Plasma
GNU Lesser General Public License v3.0
81 stars 3 forks source link

Light color scheme broken tooltips #16

Open Gpinchon opened 2 weeks ago

Gpinchon commented 2 weeks ago

Tooltips seem broken for some apps when using Kvantum since kvantum seems to force white tooltips when using a "light" theme. Because the "light" color scheme has white text, some apps like Kate display white text on grayish tooltips, which is unreadable.

The solution I found was to edit MacSonomaLight.colors in order to replace the Tooltip section like so which seem a lot more readable for some cases :

[Colors:Tooltip]
BackgroundAlternate=238,238,238
BackgroundNormal=255,255,255
DecorationFocus=49,91,239
DecorationHover=83,143,255
ForegroundActive=61,174,233
ForegroundInactive=120,120,120
ForegroundLink=41,128,185
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=36,36,36
ForegroundPositive=39,174,96
ForegroundVisited=127,140,141