How do I change syntax highlighting colours in Android Studio?
android-studio, syntax-highlighting
Solution
Go to Settings (`Ctrl+Alt+S`) and then go to IDE Settings > Editor > Colors & Fonts. From here you can choose either Language Defaults or the specific language and edit the comment styling.
You won't be able to edit the default one so you will be prompted to `Save As...`
Problem
In other text editors, one can change the highlighting colour, says, for `comment` of language `PHP`. How do I change individual highlighting colour in Android Studio?