Setting themed_title_bar to false does not work for light color schemes:

If I change the color scheme to Monokai it works as expected:

This seems to be caused by this line in the Adaptive theme:

As a temporary workaround, the following customization rule can be used (Preferences -> Customize Theme):
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules":
[
{
"class": "title_bar",
"settings": ["!themed_title_bar"],
"attributes": ["file_light"],
"fg": "",
},
]
}