2

I want to know the name of the default editor theme of the android studio. I know that the dark one is called Darcula, but i couldn't find the name of the default theme of android studio. It just says Default or IntelliJ there, but i want to know the name of the specific color theme, or any other color theme that is almost same as the default one

I just started using atom text editor for my other programming tasks, but I love the android studio's default theme. So I want to know the name of the default theme, so that i can use the same editor theme in my other text editors and thanks in advance, for reading

Vickyexpert
  • 3,147
  • 5
  • 21
  • 34
Nick Asher
  • 726
  • 5
  • 19

1 Answers1

2

The name of default theme is default enter image description here

File->Settings->Editor->Colors & Fonts-

or you can customize as you want!

for text editor its intellij enter image description here How do I change Android Studio editor's background color?

if you can find a .jar of your favorite theme can try this one too http://blog.raychenon.com/2014/07/27/how-to-change-ui-theme-on-intellij-and-android-studio/

Community
  • 1
  • 1
Charuක
  • 12,953
  • 5
  • 50
  • 88
  • I'm not sure this answers how to use that theme in the Atom Editor – OneCricketeer Aug 10 '16 at 02:37
  • Thanks for answering but please tell me the name of the theme or the name of some of other theme that resembles the default theme . – Nick Asher Aug 10 '16 at 02:40
  • try this with your favorite theme http://blog.raychenon.com/2014/07/27/how-to-change-ui-theme-on-intellij-and-android-studio/ – Charuක Aug 10 '16 at 02:45
  • The question isn't asking how to change the Intellij theme... Question is asking for the color scheme that Intellij uses to export to different editors – OneCricketeer Aug 10 '16 at 02:48
  • as @cricket_007 said, i want to know the name of the theme, not how to change the theme – Nick Asher Aug 10 '16 at 03:01