答案1
按照这篇文章作为指南如何自定义 19.10 桌面图标字体大小
编辑stylesheet.css
文件以包含如下行
.name-label {
text-shadow: 1px 1px black;
color: white;
text-align: center;
background-color: rgba(3,5,2,0.2)
}
观察这一行,background-color: rgba(3,5,2,0.2)
根据需要编辑 rgba 颜色。