Sublime Forum

The color of code lines changes so much

#1

Hello. I installed any themes and color schemes and the themes work but the color schemes i don’t know. What ever, when i write code sublime put a different color to almost every line code The color of the words that i write is changing as in a cycle. So, for example:
If i write:
print(‘any thing’)
print(‘any thing’)
The colors of the both lines are different because it is changing as in a cycle.
So, as you can think, to see the code is very crazy because there is no order in the color, and i don’t want it!, and i don’t know what i have to do for changing that situation.
As i said, i installed any color schemes and i can to choice almost everyone (because there are any error with any color schemes), but there is no a change, the code have no any color order (all the strings with just one color, all de function names.

Now, i know what’s the reason, but i don’t know the solution.
The reason is that in the ‘view’ botton the option ‘Colorcode this code’ is selected. But, if i desselected that option, and i go to another eyelash and i return to the first eyelash again, the option ‘Colorcode this code’ is again selected.

0 Likes

#2

‘Colorcode this code’ isn’t something provided by default for Sublime Text. You likely have installed a package that is causing the issues you see. You can follow this guide to revert any customizations: https://www.sublimetext.com/docs/3/revert.html

1 Like

#3

Thank you so much! That was really useful. Just as you said, the problem was caused by any installed package.

0 Likes