我刚刚在64bit的windows 7上安装了Android Studio。 当我启动应用程序时,我们编写代码的屏幕背景是白色的。 我喜欢黑色或其他颜色。 我不确定我们是否可以改变颜色/主题或者增加更多的主题。
当前回答
窗户
文件->设置->外观与行为->外观。
选择“theme”下拉菜单,然后在你安装的任何主题之间进行更改。它以插件的形式显示了默认的主题和您已经安装的任何主题。
Mac OSX
Android Studio ->首选项->编辑器->颜色和字体
选择“theme”下拉菜单,然后在你安装的任何主题之间进行更改。它以插件的形式显示了默认的主题和您已经安装的任何主题。
其他回答
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.
注意,这会改变编辑器的主题颜色,而不是整个应用程序的主题。
我从github.com/jkaving/intellij-colors-solarized上找到了一些有趣的主题。面板规范来自ethanschoonover.com/solarized。 我在我的Android Studio 2.1.3版本中使用了其中一个
文件- >设置- >外观
有一个带有各种主题的下拉框。
好吧,大多数答案都告诉你关于安装当前主题的问题,我将告诉你在2022年3月22日安装新主题的简单方法。
在android studio中按CTRL + ' 您可能会看到这个选项开关 从菜单中选择主题 然后您将看到已安装的主题。 更改此选项或单击最后一个选项“安装主题”直接安装新主题
打开文件>设置, 现在在IDE设置下点击外观,从下拉菜单中选择你选择的主题。 你也可以安装主题,它们是jar文件 通过 文件>导入设置,选择文件或您的选择,然后选择ok 弹出一个重新启动工作室将打开点击是和工作室将重新启动和您的主题将被应用。
推荐文章
- 在Android Studio的模拟器上截图
- 如何在Android工作室的外部库中添加一个jar ?
- “需要Gradle 2.10版本。”错误
- adb.exe在windows 10中的位置?
- 处理EditText中可绘制对象上的单击事件
- 在Android Studio 4.2中,Gradle任务不会显示在Gradle工具窗口中
- Android Studio -没有可调试的应用程序
- Android Studio Gradle已经处理模块
- 如何使用自定义字体在一个项目写在Android工作室
- Android Studio错误:“Manifest合并失败:针对Android 12的应用程序”
- 签名版本之间的差异- V1 (Jar签名)和V2(完整的APK签名),而生成一个签名的APK在安卓工作室?
- 无法找到或加载主类org.gradle.wrapper.GradleWrapperMain
- 如何改变AlertDialog的主题
- 原因:buildOutput。apkData不能为空
- Android Studio gradle的构建时间太长了