Hello, I want to replace all the characters that have the color # a10f2b in Sublime Text 2.
I know it's possible, but I could not find the answer.
I want to replace all CSS theme colors.
Hello, I want to replace all the characters that have the color # a10f2b in Sublime Text 2.
I know it's possible, but I could not find the answer.
I want to replace all CSS theme colors.
If it is in one file only, you can use the CTRL+D
shortcut after you have selected the color. Then you press until you select all. This will cause all occurrences of #a10f2b
to be replaced in real time when you type
Ifyouwanttodothisintheentireproject,youcandothisthroughCTRL+SHIFT+F
.
Thenjustfillinthefieldtosearchforfind
,thevalueofthesubstitutioninreplace
,thevalueofthefoldertolookforinwhere
,andclickonreplace
.ThenjustgoinFile>Saveall
Example: