Show notice just below the search form on the themes page

Unfortunately, there is no hook available to place a notice in the spot you’ve pointed out.

Looking at the source, you can see that the “New theme activated” message is one of several hard-coded messages, and no filter or action exists to add a custom message.

If you really wanted to, you could add your message using the admin_notices hook, then use some JS to move it to the desired location, but I wouldn’t recommend it. It’s probably best to just go with the flow, and use admin_notices.