我想为 Gnome shell 创建自定义主题。我的问题不是为应用程序创建主题。相反,我的问题是关于设置顶部栏、弹出托盘、停靠图标(它们是 Gnome shell 的一部分)的样式。在哪里可以找到这些组件的 CSS 名称、ID 和类名的完整文档?
我尝试查看一些主题的样式表,但无法确定哪个名称与哪个组件相关联。例如,这是来自的样式表的一部分透明贝壳主题 3.7从gnome-look.org:
stage {
font-family: sfns display, product sans, helvetica, source sans pro, segoe ui, nokia pure text, segoe ui, ubuntu,oxygen, cantarell, sans-serif;
font-size: 10pt;
color: #efefef;}
/* links */
.shell-link {
color: #0000ff;
text-decoration: underline;}
.shell-link:hover {
color: #999b9b;}
/*medium 12 pt*/
.nm-dialog-item,
.calendar-month-label,
.calendar-day,
.datemenu-today-button,
.message-list-section-title,
.message-content,
.notification-banner .message-title,
.notification-banner .message-content,
.app-well-menu, {
font-size:100%;
}