How to the color scheme of the build panel?
On the sublime-build
file I can set:
"syntax": "Packages/Amxx Pawn/AMXX-Console.sublime-syntax",
But if I do:
"syntax": "Packages/Amxx Pawn/AMXX-Console.sublime-syntax",
"color_scheme": "Packages/Amxx Pawn/AMXX-Console.tmTheme",
It does not compile and throws:
__init__() got an unexpected keyword argument 'color_scheme'
The package ANSIescape
seems to be able to change it and this other thread says it is impossible and will never be possible: