我在下面附上了一个链接。我正在对 Ubuntu 进行更改以摆脱所有橙色,但它像爬虫一样粘在周围。有人有这方面的经验吗?
您将注意到在比例小部件中运行的橙色字符串。
答案1
有些颜色是在 css 样式文件中定义的。就像您提到的 Scale Widget 那样。
这是 Ambiance 主题,位于/usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css
。这是一个例子,我已将其更改为其他颜色。
.scale.trough.highlight {
/*background-color: #df784e;*/
background-color: #02FF00;
background-image: none;
background-clip: content-box;
}