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


当前回答

Windows 7 - 64Bit 文件->设置->编辑器->颜色和字体->使用下拉框:“方案名称”并选择Darcula。

其他回答

你可以使用CTRL + SHIFT + A,然后简单地输入主题,直接进入主题设置。同样的道理也适用于你所寻找的任何设置、重构或操作。

按Ctrl+ '(反引号)。 然后选择“切换配色方案”或按1。 选择“德古拉”或按2。

文件-设置-外观和行为-外观-在“主题”中选择Darcula -按应用。

or

选择文件-设置-编辑器-颜色和字体-然后选择方案名称中的Darcula -按应用-重启Studio(有时不是所有元素都实现主题)

在Windows上: 文件->设置->外观和行为->外观: 更改“主题字段”。

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.

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