有没有人在wayland下面使用wofi这个工具的?有个主题方面的问题想咨询一下

如图,这三个地方的颜色我把持不住,有没有人研究这方面的?

wofi的主页好像是 ~scoopta/wofi - This project is not being actively maintained. It does still receive some updates from time to time but nothing frequent. - sourcehut hg

那个地方我不能传图,暂时不想去那边提问。

This section is for advanced CSS which needs more control than the built in wofi CSS names/classes allow for. This widget layout is subject to change at any time and without warning so your CSS might very well break if you rely on this. Widgets have their corresponding names next to them if they have one.

window - #window

box - #outer-box
entry - #input
scrolledwindow - #scroll

viewport
box
flowbox - #inner-box
flowboxchild - #entry
.entry - #unselected or #selected
This only exists if there's ONLY 1 action. This is a WofiPropertyBox which has no CSS node and should probably not be used, the name is dependent on whether or not the entry is selected. See wofi(5) on #selected and #unselected for info.

image
This is only present if an image is present in the entry and might occur multiple times if multiple images are present.
label This is only present if text is present in the entry and might occur multiple times if there are multiple text objects in a single entry.

expander This and its children only exist if there are multiple actions on the entry

.entry - #unselected or #selected
The main action. This is a WofiPropertyBox which has no CSS node and should probably not be used, the name is dependent on whether or not the entry is selected. See wofi(5) on #selected and #unselected for info.

image
This is only present if an image is present in the entry and might occur multiple times if multiple images are present.
label This is only present if text is present in the entry and might occur multiple times if there are multiple text objects in a single entry.

list This contains all the secondary actions

row - #entry
.entry - #unselected or #selected
This is a WofiPropertyBox which has no CSS node and should probably not be used, the name is dependent on whether or not the entry is selected. See wofi(5) on #selected and #unselected for info.
image
This is only present if an image is present in the entry and might occur multiple times if multiple images are present.
label This is only present if text is present in the entry and might occur multiple times if there are multiple text objects in a single entry.

scrollbar

在arch的网站上似乎找到了相关的介绍,可惜我不懂css,只能一个一个试了。

https://man.archlinux.org/man/wofi.7.en#WIDGET_LAYOUT

这里也有。
https://man.archlinux.org/man/wofi.5.en#:~:text=through%20the%20shell.-,CSS%20SELECTORS,-Any%20GTK%20widget

不管怎么说,折腾了个样式出来,css中元素的覆盖面要比网上找到的都要全面。