Rodolfo Ortale
Rodolfo Ortale

Reputation: 1

How do I change Android Studio 1.3 theme

I would like to change my theme to Darcula in Android Studio 1.3. I already tried going on File -> Other Settings -> Default Settings (Didn't find IDE Settings on this Android Studio Version) and didn't find anything related with that there. Hope somebody wich is using this version can help me.

There's the only options that appears to me:

File Menu

Default Preferences

Upvotes: 0

Views: 46

Answers (2)

Henry
Henry

Reputation: 17841

Try this one out:

Android Studio > Preferences > Editor > Colors & Fonts > Java > Scheme name

I think you will even find Appearence there in the 'Preferences'. The problem is you are searching in the Default settings, instead of Preferences

Upvotes: 1

CommonsWare
CommonsWare

Reputation: 1006614

File > Settings > Appearance & Behavior > Appearance, then choose your theme in the drop-down list.

Android Studio Appearance Settings Screen

Upvotes: 1

Related Questions