haywirephoenix / UnityBlackTheme

Oled black theme for Unity Editor
36 stars 0 forks source link

Can you expand on how this works, and how you identified selectors that can be effected? #1

Open SimonNordon4 opened 1 month ago

SimonNordon4 commented 1 month ago

I'd like to contribute and expand towards the project, and I'm trying to better understand how you discovered which selectors could change color. I've attempted to change many selectors to expand the theme, but the majority of selectors have no effect on the editor, so I'm interested on how you managed to get this far so that we can help expand the list of useful selectors in dark.uss.

haywirephoenix commented 1 month ago

Sure :) I mainly used the debuggers to get them Window > Analysis > IMGUI Debugger. There may be some more in Window > UIToolkit > Debugger. There's also UI Toolkit Plus which adds Window > UIToolkit > Style Sheet Exporter to export the unity uss files.