Sublime Forum

How to change input placeholder color in the theme?

#1

Hello,
Please advise how to change the input placeholder text color.

Find in Files --> Where --> Input Placeholder Text “Open files and folders”.

0 Likes

#2

That text follows the color of rulers, defined in your color scheme.

0 Likes

#3

Are you sure? I can’t find the right key in color scheme to change the color. Also, when I change the color sheme to another, nothing changes.

0 Likes

#4

Yes. "rulers": "var(pink)", works for me.

0 Likes

#5

Interesting. It only works for me if I select “Adaptive Theme”.

0 Likes

#7

Widgets are assigned a dedicated color scheme by Default Theme.

Widget - <Theme Name>.sublime-settings

{
	"color_scheme": "Widget - <Theme Name>.hidden-color-scheme",
}

Widget - <Theme Name>.hidden-color-scheme

{
	"name": "Sublime Widgets",
	"variables":
	{
	},
	"globals":
	{
	},
	"rules":
	[
	]
}
0 Likes

#8
0 Likes