bash 如何更改 Android Studio 终端背景颜色
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27098926/
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 change Android Studio terminal background color
提问by Logan Guo
Android Studio is so powerful tool and very convenient to use. I super like its Darcula Theme.
But the problem is all windows changed their background color to black except Terminal.
See screenshot below
Android Studio 是一款非常强大的工具,使用起来非常方便。我超级喜欢它的 Darcula 主题。但问题是除终端外,所有窗口都将背景颜色更改为黑色。看下面的截图
I noticed I can change the bash path from here
So I wonder if I can change the terminal background color to be black.
Any advice will be appreciated.
我注意到我可以从这里更改 bash 路径
所以我想知道是否可以将终端背景颜色更改为黑色。任何建议将被认真考虑。
回答by Paritosh
Go to
去
File -> Settings -> Editor -> Colors and Fonts -> Console Colors
Select
选择
Console > Background
on the list.
在名单上。
On the extreme right side, you will find Background
checkbox.
在最右侧,您会找到Background
复选框。
Edit this. Restart the IDE. You are ready to go...
编辑这个。重新启动 IDE。你准备好了……
回答by Carlo Ledesma
Just hit the [x] button at the left hand side of the Terminal. This will close the terminal, then launch it again. You will see that the color has changed to Darcula as well.
只需点击终端左侧的 [x] 按钮。这将关闭终端,然后再次启动它。您将看到颜色也已更改为 Darcula。
回答by Prince Thomas
To change editors background color
更改编辑器背景颜色
Open Preference > Editor (In IDE Settings Section) > Colors & Fonts > Darcula or Any item available there
打开首选项 > 编辑器(在 IDE 设置部分)> 颜色和字体 > Darcula 或任何可用的项目
IDE will display a dialog like this, Press 'No'
IDE 将显示这样的对话框,按“否”
Darcula color scheme has been set for editors. Would you like to set Darcula as default Look and Feel?
已为编辑器设置了 Darcula 配色方案。您想将 Darcula 设置为默认外观吗?
To change IDE theme
更改 IDE 主题
Open Preference > Appearance (In IDE Settings Section) > Theme > Darcula or Any item available there
打开首选项 > 外观(在 IDE 设置部分)> 主题 > Darcula 或那里可用的任何项目
Press OK. Android Studio will ask you to restart the IDE.
按确定。Android Studio 会要求您重新启动 IDE。