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


当前回答

只是给以后的人留个便条。 要在Mac上添加更多主题,请将主题.icls文件放入

~/Library/Preferences/AndroidStudio/colors/

然后重新启动Android Studio。选择你的新主题

Android Studio > Preferences > Editor > Colors&Fonts

Android Studio可以使用为jetbrains IDE制作的任何主题。这是一个很好的Github回购,有许多不同的ide主题。

此外,Color Ide插件是一个很好的工具,它可以改变Android Studio中所有菜单的背景颜色,以匹配您的主题。尝试一下,IDE看起来会好很多。

Windows应该有类似的设置,只是主题目录会有点不同,搜索JetBrains Ide主题位置应该会给你结果。

其他回答

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.

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

您可以从https://github.com/sdvoynikov/color-themes下载新的主题——请注意,该项目目前已弃用,但源代码仍然可用。

一旦你下载了。jar文件,转到文件->导入设置…然后选择下载的文件。

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

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

我从github.com/jkaving/intellij-colors-solarized上找到了一些有趣的主题。面板规范来自ethanschoonover.com/solarized。 我在我的Android Studio 2.1.3版本中使用了其中一个

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

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