Skip to content

Setting themed_title_bar to false does not work for light color schemes #4203

@GreenLightning

Description

@GreenLightning

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

image

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

image

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

image

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": "",
		},
	]
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions