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


当前回答

(注意:这里显示的确切路径主要用于Windows和Linux。我知道Mac有一些非标准路径,所以如果你在Mac上,你可能需要调整路径的起始位。关键是,不管你在Mac上怎么做,都要进入设置)

切换主题:

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

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

安装新主题

作为插件从plugins.jetbrains.com

文件->设置->插件->安装JetBrains插件/浏览存储库/从磁盘安装插件

注意:更新版本的Android Studio,可能还有IntelliJ(至少2021年1月及以后)可能会用一个Marketplace选项卡来代替第一个和/或第二个。

最后一部分有三个不同的选项。第一个有少量的插件,看起来只是官方的插件。浏览存储库有更多的插件,看起来就像进入插件页面。这比到intelliJ插件页面手动下载插件要简单得多。如果下载,请单击“从磁盘安装插件”。这允许您拖放或查找.jar文件。

在安装JetBrains插件时,浏览存储库和(较新版本)市场选项卡应该具有搜索功能。你可以搜索i.e.。“主题”。

其他回答

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.

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

在2.3.2中,我可以通过以下方式更改主题

View -> Quick Switch Theme -> 6.Look and Feel

便于在Android Studio 3.0中参考。

单击“文件>设置>外观与行为>外观”

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

请遵循以下步骤:

进入文件->设置->外观和行为->外观 你喜欢什么主题就改什么主题。 然后重新启动android studio。