1
votes

I would like my caret in sublime text 3 to have a custom hex color attached to it so it is easier to see. Is there a plug in that I can download to achieve this feature or do I haft to edit the theme file? If I need to edit the theme file how should I do that and achieve a successful result.

1

1 Answers

1
votes

SublimeText theme files are XML, so you can just find and edit the following chunk

<key>caret</key>
<string>#FFFFFF</string> # change this to the color you want

Otherwise, if you prefer a more GUI approach you can have a look at TMTheme Editor