Hi guys, I have found a couple threads on similar issues and a reference file (docs.sublimetext.info/en/latest/reference/color_aschemes.html#selection) but I still have some questions about how to make some specific changes to my theme, by editing the tmTheme file. Specifically I’m working in Python right now.
Things I’d like to change:
1. All brackets and parenthesis to a certain color (not just brackets my cursor is within).
2. Basic operators like +, =, -, /, distinct from keywords like from, if, for, while. I have found how to change key phrases like import, from, if, while etc. but when I change them, the operators are also changing and I would like to change them separately from each other.
3. Somewhat similar to question 2., I’ve noticed that the keyword open, e.g. open(‘file.txt’, ‘r’) is changing color when I change the color for variables. I feel as if open should not be the same color as variables so if there is a way to separate open from variables that would be great.
In case it is helpful, here’s my tmTheme file on pastebin: http://pastebin.com/xtZSELnv
Thank you very much 
