如何在 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 09:54:12  来源:igfitidea点击:

How to revert theme from Darcula to default in Android Studio

androidandroid-studiointellij-ideaandroid-themeandroid-ide

提问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 中的默认主题。当我这样做时,它只会更改编辑器窗口的背景颜色和字体颜色。我想将整个窗口更改为默认值而不是黑色。

Bright-themed editor in dark-themed IDE

深色主题 IDE 中的明亮主题编辑器

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

You might be tried to change Settings -> Colors & Fonts -> Scheme namelike below:

您可能会尝试更改设置 -> 颜色和字体 -> 方案名称,如下所示:

enter image description here

在此处输入图片说明

Try to edit Settings -> Appearances -> Theme:

尝试编辑设置 -> 外观 -> 主题

enter image description here

在此处输入图片说明

回答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 主题之间进行选择。

enter image description here

在此处输入图片说明

回答by Ashish Sahu

Go to File -> Settings -> Appearance under IDE section ->change theme to intelij or default or windows. enter image description here

转到文件 -> 设置 -> IDE 部分下的外观 -> 将主题更改为 intelij 或默认值或窗口。 在此处输入图片说明

see herefor more.

请参阅此处了解更多信息。