DEV Community

Cover image for Change The Theme in Android Studio
Sakib Mahmud
Sakib Mahmud

Posted on

Change The Theme in Android Studio

After installing android studio for the first time, you will see the default theme. Which is white and the code is not easy to read. To enable the official dark theme on your android studio, follow the steps below:

Step 1: Go to ‘File’ and from the drop-down menu click on ‘Settings’

Step 2: Expand ‘Appearance & Behavior’ menu and click on ‘Appearance’

Step 3: Expand ‘Theme’ section and select ‘Darcula’

Step 4: Click on ‘Apply’ or ‘Ok’

In this way, you can switch between any of those 3-official themes. Here IntelliJ is the light theme and Dracula is the dark theme. Read the article about this

Top comments (0)