diff --git a/Base/res/themes/Basalt.ini b/Base/res/themes/Basalt.ini index a9f40535adc..561505b2032 100644 --- a/Base/res/themes/Basalt.ini +++ b/Base/res/themes/Basalt.ini @@ -64,6 +64,8 @@ SyntaxControlKeyword=orchid SyntaxIdentifier=white SyntaxPreprocessorStatement=#ffafff SyntaxPreprocessorValue=orange +Tooltip=#ffffe1 +TooltipText=black [Metrics] TitleHeight=24 diff --git a/Base/res/themes/Dark.ini b/Base/res/themes/Dark.ini index 8d55e175ba3..8faee25b907 100644 --- a/Base/res/themes/Dark.ini +++ b/Base/res/themes/Dark.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=orchid SyntaxIdentifier=lightskyblue SyntaxPreprocessorStatement=darkgray SyntaxPreprocessorValue=orange +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index 0a6127f74e4..dbeeed62d1a 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -64,6 +64,8 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black [Metrics] TitleHeight=19 diff --git a/Base/res/themes/Discord.ini b/Base/res/themes/Discord.ini index 72d4b088862..542e1eb9b4c 100644 --- a/Base/res/themes/Discord.ini +++ b/Base/res/themes/Discord.ini @@ -57,3 +57,5 @@ SyntaxControlKeyword=#021766 SyntaxIdentifier=#333333 SyntaxPreprocessorStatement=darkgray SyntaxPreprocessorValue=#320073 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Faux Pas.ini b/Base/res/themes/Faux Pas.ini index 5526d67838b..ee214e9271a 100644 --- a/Base/res/themes/Faux Pas.ini +++ b/Base/res/themes/Faux Pas.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Hotdog Stand.ini b/Base/res/themes/Hotdog Stand.ini index 8fae9dd9808..0e82b66e015 100644 --- a/Base/res/themes/Hotdog Stand.ini +++ b/Base/res/themes/Hotdog Stand.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Joi.ini b/Base/res/themes/Joi.ini index 8b8e08b8e9e..abd5826e871 100644 --- a/Base/res/themes/Joi.ini +++ b/Base/res/themes/Joi.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Nord.ini b/Base/res/themes/Nord.ini index 5b16aecba16..e6594c3685e 100644 --- a/Base/res/themes/Nord.ini +++ b/Base/res/themes/Nord.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Redmond 2000.ini b/Base/res/themes/Redmond 2000.ini index 410a0750627..cf028a713dc 100644 --- a/Base/res/themes/Redmond 2000.ini +++ b/Base/res/themes/Redmond 2000.ini @@ -60,6 +60,8 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black [Metrics] TitleButtonWidth=17 diff --git a/Base/res/themes/Redmond.ini b/Base/res/themes/Redmond.ini index 5781f25a963..0f2187d67ef 100644 --- a/Base/res/themes/Redmond.ini +++ b/Base/res/themes/Redmond.ini @@ -60,6 +60,8 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black [Metrics] TitleButtonWidth=17 diff --git a/Base/res/themes/Silver.ini b/Base/res/themes/Silver.ini index 179af00e0ac..8b92391ecce 100644 --- a/Base/res/themes/Silver.ini +++ b/Base/res/themes/Silver.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Base/res/themes/Sunshine.ini b/Base/res/themes/Sunshine.ini index 4aa342ddff7..60b30a6cdbf 100644 --- a/Base/res/themes/Sunshine.ini +++ b/Base/res/themes/Sunshine.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black diff --git a/Libraries/LibGUI/Application.cpp b/Libraries/LibGUI/Application.cpp index 259f0ffe4d1..94fb0b3c44f 100644 --- a/Libraries/LibGUI/Application.cpp +++ b/Libraries/LibGUI/Application.cpp @@ -125,7 +125,8 @@ private: { set_window_type(WindowType::Tooltip); m_label = set_main_widget