我刚刚在64bit的windows 7上安装了Android Studio。 当我启动应用程序时,我们编写代码的屏幕背景是白色的。 我喜欢黑色或其他颜色。 我不确定我们是否可以改变颜色/主题或者增加更多的主题。


当前回答

Download a color theme you like - some sites host these, and some GitHub repos may offer them as well. [Editor's note: the website previously linked here has been replaced with spam] Import the theme. File -> Import Settings. Navigate to the theme-name.jar. Click the "Ok" button. This will tell you restart your application, at least it did for me, and it automatically selected the theme for my editor. Change the editor's theme color by going to File -> Settings -> Editor -> Colors & Fonts. Select the scheme and click the "Ok" button.

注意,这会改变编辑器的主题颜色,而不是整个应用程序的主题。

其他回答

文件->设置->编辑器->颜色和字体->在方案名称中选择Darcula并应用,可以看到一个很棒的黑色背景主题编辑器

Android Studio 3.1.2 文件->设置->编辑器->配色方案->在方案名称中选择Darcula并应用,可以看到一个很棒的深色背景主题编辑器

在android studio 4.1.2版本中安装自定义主题

从https://plugins.jetbrains.com/下载主题文件(.jar) 开放android工作室 将.jar文件拖到studio中

窗户

文件->设置->编辑器->颜色和字体->

Mac OSX

Android Studio ->首选项->编辑器->颜色和字体

窗户

文件->设置->外观与行为->外观。

选择“theme”下拉菜单,然后在你安装的任何主题之间进行更改。它以插件的形式显示了默认的主题和您已经安装的任何主题。

Mac OSX

Android Studio ->首选项->编辑器->颜色和字体

选择“theme”下拉菜单,然后在你安装的任何主题之间进行更改。它以插件的形式显示了默认的主题和您已经安装的任何主题。

在OSX上,在顶部的菜单栏中,单击Android Studio > Preferences > Appearance,你会看到一个主题下拉。