Sublime Forum

Theming - separating "carrot" and "outline text" color

#1

Hi everyone,
I’m tweaking my custom template and was curious if there’s any way to separate the carrot color and the outline text color for the “next occurrence” (see attachment)

Currently, when I edit the Carrot color in my template, it changes both the carrot AND the Next Occurrence outline. I would love to have a different color for each.

<dict>
			<key>settings</key>
			<dict>
				<key>background</key>
				<string>#202020</string>
				<key>caret</key>
				<string>#848484</string>
				<key>foreground</key>
				<string>#ffffff</string>
				<key>invisibles</key>
				<string>#BFBFBF</string>
				<key>lineHighlight</key>
				<string>#2e2e2e</string>
				<key>selection</key>
				<string>#294260</string>
			</dict>
		</dict>
0 Likes