Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change syntax highlighting colours in Android Studio?

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?

like image 428
cychoi Avatar asked Nov 26 '14 13:11

cychoi


2 Answers

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...

like image 187
Joel Avatar answered Nov 15 '22 15:11

Joel


Today is a Ctrl+Alt+S -> Editor -> Color Scheme -

like image 2
Dyno Cris Avatar answered Nov 15 '22 17:11

Dyno Cris