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


当前回答

我使用android studio 2.2.3,我能够通过以下步骤更改主题

去文件>设置它打开一个窗口像附加图像 然后编辑>颜色和字体 从方案下拉列表中选择主题 现在选择Ok

其他回答

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

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

//你需要进入File->设置 在,选择IDE设置->外观在,选择主题:选项

好吧,大多数答案都告诉你关于安装当前主题的问题,我将告诉你在2022年3月22日安装新主题的简单方法。

在android studio中按CTRL + ' 您可能会看到这个选项开关 从菜单中选择主题 然后您将看到已安装的主题。 更改此选项或单击最后一个选项“安装主题”直接安装新主题

In一样:

Android Studio -> Preferences... -> Editor -> Color Scheme -> Color Scheme Font 

将方案改为德古拉

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.

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