如何在 Android Studio 中将 Darcula 中的主题恢复为默认值
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25986996/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to revert theme from Darcula to default in Android Studio
提问by Dharmik
I have changed my Android Studio theme from Default to Darcula.
我已将我的 Android Studio 主题从 Default 更改为 Darcula。
But when I want to search anything then I need to go to browser which is very bright.
但是当我想搜索任何东西时,我需要转到非常明亮的浏览器。
Now I want to revert the theme from Darcula to default theme in Android Studio. When I do that, it just changes background color and font color of Editor window. I want to change the whole window to be default instead of black.
现在我想将主题从 Darcula 恢复为 Android Studio 中的默认主题。当我这样做时,它只会更改编辑器窗口的背景颜色和字体颜色。我想将整个窗口更改为默认值而不是黑色。


Edited
已编辑
I have changed theme from Android Studio | Preferences | Editor | Colors & Fonts.
我已从 Android Studio 更改主题 | 偏好 | 编辑 | 颜色和字体。
Check out this linkfor more detail about how to change theme in Android Studio.
查看此链接,了解有关如何在 Android Studio 中更改主题的更多详细信息。
回答by deniz
回答by xenteros
This issue often happens after updating IntelliJ. In this case switching back to IntelliJtheme and to Darculaagain solves the issue:
更新后经常出现这个问题IntelliJ。在这种情况下,切换回IntelliJ主题并Darcula再次解决问题:
File | Settings | Apperance | Theme | InteliJ, Apply
File | Settings | Apperance | Theme | InteliJ, Apply
File | Settings | Apperance | Theme | Darcula, Apply
File | Settings | Apperance | Theme | Darcula, Apply
回答by Luis Rodríguez
I installed Android Studio for Mac (Android Studio version 1.5.1)
我为 Mac 安装了 Android Studio(Android Studio 版本 1.5.1)
To toggle between Default and Darcula themes I do:
要在默认主题和 Darcula 主题之间切换,我会执行以下操作:
Android Studio - Preferences
Android Studio - 首选项
Then write Themeon the top-left Search Bar
然后在左上角的搜索栏中写下主题
And under Appearance and Behavior - AppearanceNext to theme you can choose between Default and Darcula themes.
在外观和行为 - 外观旁边的主题下,您可以在默认主题和 Darcula 主题之间进行选择。

