Reputation: 17219
I have two queries :
1) I want to change color and font in Android studio editor window.
2) Can I export that settings for my other laptop
Below image you see all method have orange color & all variable have light-blue color. I want to achieve that please help me
Upvotes: 0
Views: 2873
Reputation: 7203
Change Font colors
--> SDK Manager -> Editor -> Color Schema
Change Font Style
--> SDK Manager -> Editor -> Font
Upvotes: 4
Reputation: 4705
If you want your own custom color then you can set it by Color Schema from Setting, And if you want to set some other default you can pick a plugin, I suggest you can try this installing Rainglow Color Schemes plugin
Change by your choice customizing colors
Settings -> Editor -> Color Schema -> Custmize color from right Panel
First Install Rainglow Color Schemes from the marketplace ( Settings -> Plugins -> MarketPlace Tab -> Search and install 'Rainglow Color Schemes' and restart IDE)
then after open color schema Settings -> Editor -> Color Schema -> and select any rainbow Schema from Schema dropdown list
Upvotes: 1
Reputation: 75798
Settings allow users to change the functionality and behavior of an application.
You should visit File-> Settings->Editor>Color Scheme->General
Upvotes: 1