我维护了一个IntelliJ主题(Darcula Sombre),最新的IntelliJ 2020.1版本在编辑器选项卡的关闭按钮(灰色圆圈)中引入了灰色背景颜色。

你知道我应该重写的属性吗?我启用了内部(向idea.properties添加"idea.is.internal=true“),然后查看了Tools > Internal Actions > UI > LaF Defaults,但没有找到有用的属性。在IntelliJ 2020.1 EAP社区版上进行了测试。
发布于 2020-01-29 00:24:46
您可以使用"Actions.GreyInline“和"Actions.GreyInline.Dark”属性对其进行自定义。

https://stackoverflow.com/questions/59936137
复制相似问题