Replies: 1 comment 2 replies
-
You can get the selectors from the GTK inspector. Press Ctrl Shift D to open it. You can either use demo mode ( Then using the inspector select the element you want (there's a button for it) and click on CSS properties. Here you can see the path for an element. Here's a screenshot from the GTK docs. The selector goes as follows: Here are GTK4 CSS docs: And you can also use any pre made theme if you want, but I think you're going for a custom thing so that may not work out. Hope this was helpful. There was a PR to make styling easier #73, but looks like it got canceled. |
Beta Was this translation helpful? Give feedback.
-
I'd like to style the log-in screen with CSS, but I do not know which selectors to use. For instance, how do I style the background color? What are the other (major) elements that I can select and change from within CSS?
Beta Was this translation helpful? Give feedback.
All reactions