Sublime Forum

[Theme] Widget.stTheme style for other packages

#1

Hi all,
i’ve made a theme for Sublime Text 3 Build 3092, i have a style issue when i use a package like emmet. If i run the “Wrap” command the showed input use the colors of the code instead the normal input style (white background). This is the screenshots, any suggestion to avoid or force to use the standard input?

0 Likes

#2

Try to put a file named ‘Widget.sublime-settings’ into User directory with something like this in it:

{
	"color_scheme": "Packages/Theme/Theme.tmTheme"
}
0 Likes

#3

I’ve tried, but the package ignore this scheme and still using the .tmTheme of the code

0 Likes

#4

I can override the style for a specific package with Emmet.sublime-settings file but i need multiple of this files (one for each theme style), how i can do this?

0 Likes