Sanjayrajsinh
Sanjayrajsinh

Reputation: 17219

How to change font style and text color in android studio

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

enter image description here

Upvotes: 0

Views: 2873

Answers (3)

Jignesh Mayani
Jignesh Mayani

Reputation: 7203

Change Font colors

--> SDK Manager -> Editor -> Color Schema

enter image description here

Change Font Style

--> SDK Manager -> Editor -> Font

enter image description here

Upvotes: 4

Dhaval Solanki
Dhaval Solanki

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

  1. Change by your choice customizing colors
    Settings -> Editor -> Color Schema -> Custmize color from right Panel

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

enter image description here

Upvotes: 1

IntelliJ Amiya
IntelliJ Amiya

Reputation: 75798

Settings allow users to change the functionality and behavior of an application.

You should visit File-> Settings->Editor>Color Scheme->General

enter image description here

Upvotes: 1

Related Questions