LibGUI+LibGfx+Base: Make tooltips color theme aware :^)

Also tweak the default tooltip color to be more bright and yellow!
This commit is contained in:
Andreas Kling 2020-10-23 12:00:18 +02:00
commit 3c5da01f94
Notes: sideshowbarker 2024-07-19 01:47:22 +09:00
14 changed files with 28 additions and 1 deletions

View file

@ -96,6 +96,8 @@ namespace Gfx {
C(ThreedHighlight) \
C(ThreedShadow1) \
C(ThreedShadow2) \
C(Tooltip) \
C(TooltipText) \
C(VisitedLink) \
C(Window) \
C(WindowText)