Hi!
I’m able to set a UI themes and color schemes in my user settings and for syntax specific files, I can change my color scheme, but I’m not able to change the UI theme. Ideally, what I’m trying to do is have ST3 look completely different - UI and color-wise - depending on which type of file I’m working on.
That’s what I have for my Python syntax
// These settings override both User and Default settings for the Python syntax { "color_scheme": "Packages/ayu/ayu-mirage.tmTheme", "theme": "Material-Theme.sublime-theme", }
But as you can see, it’s still using a different theme (Ayu Mirage, specifically which is the default one) <img src="/uploads/default/original/3X/8/d/8d804cba8129c4071e9726a790525284daa5c2d9.png" width=“690” height=“420”
Am I doing something wrong? Or is overriding UI themes not possible