Hi
I’am creating my own Theme & Color Scheme in Sublime Text 3
All works fine, but not find out how i can change the Cursor Color on the Input Field of the Search Bar
Hi
I’am creating my own Theme & Color Scheme in Sublime Text 3
All works fine, but not find out how i can change the Cursor Color on the Input Field of the Search Bar
You mean you don’t know how to change the color of cursor or search bar does’t want to use the one you’ve provided?
I want to change the cursor color from orange to green.
Editing the Color Scheme XML only has an effect on the curson in the text field,
in the input field he’s still orange.
Put a file Widget.sublime-settings
into a package with your theme with this content:
{
"color_scheme": "Packages/PackageA/ThemeA.tmTheme"
}
All input fields in Sublime use color scheme provided by this file. Note that this file isn’t bound to a theme or a color scheme, it’s a part of the package. Which means some other package may override yours. Putting it in User
package will definitely do the job.
Seems like my understanding of Sublime’s themes is far from complete…
In assets
directory there is Widget - predawn.sublime-settings
. This one takes priority over the simple widget settings.