PhpStorm 输入对话框颜色
PhpStorm input dialog color
PhpStorm 的某些对话框 windows 使用黑色文本,黑色背景有时难以阅读。
我可以使用某些设置更改这些输入的颜色吗?
编辑:可以模拟选择主题Darcula
和方案Default
的行为
重置设置可能会解决问题
https://www.jetbrains.com/help/phpstorm/2016.1/project-and-ide-settings.html
"EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default"
在你的情况下这是预期的行为——你正在尝试使用 dark GUI 主题 (Darcula) 和 light Color Schema (编辑器区域颜色)这意味着与 light GUI 主题一起工作。
但是是的 -- 这种颜色是可以改变的。
Settings/Preferences
Editor | Colors & Fonts | General
Text | Default Text
- Change/Assign 想要的颜色到
Foreground
样式选项
改变颜色:
实际结果:
P.S.
我使用了 Darcula GUI 主题 + 默认颜色模式。
对于其他组合,您可能需要重新启动 IDE。
PhpStorm 的某些对话框 windows 使用黑色文本,黑色背景有时难以阅读。
我可以使用某些设置更改这些输入的颜色吗?
编辑:可以模拟选择主题Darcula
和方案Default
重置设置可能会解决问题
https://www.jetbrains.com/help/phpstorm/2016.1/project-and-ide-settings.html
"EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default"
在你的情况下这是预期的行为——你正在尝试使用 dark GUI 主题 (Darcula) 和 light Color Schema (编辑器区域颜色)这意味着与 light GUI 主题一起工作。
但是是的 -- 这种颜色是可以改变的。
Settings/Preferences
Editor | Colors & Fonts | General
Text | Default Text
- Change/Assign 想要的颜色到
Foreground
样式选项
改变颜色:
实际结果:
P.S. 我使用了 Darcula GUI 主题 + 默认颜色模式。
对于其他组合,您可能需要重新启动 IDE。