Sublime Forum

Unable to change caret color for Kronuz theme

#1

After using the package resource viewer to open the resource Kronuz.tmTheme in ST3 on my Mac, I am unable to change the caret color. I am using Kronuz. There are 5 “caret” entries, and I tried changing the hex values for all 5, and the caret color is the same. I tried restarting ST each time. If I change other settings such as the background, the change is reflected immediately.

Any ideas why I am unable to change the caret color? Maybe ST’s own theme is overriding it?

<?xml version="1.0" encoding="UTF-8"?> name Kronuz colorSpaceName sRGB settings settings background #483838 caret #FFFFFF foreground #E6E1DC invisibles #404040 lineHighlight #60606080 findHighlight #000000 findHighlightForeground #cccccc selection #3366AA66
0 Likes

#2

Did you check whether St is indeed using your color scheme? It could be an override from sublime linter. Check with view.settings().get('color_scheme') in the console.

0 Likes