hugoattal / DarkerNodes

Modern theme for the Unreal editor
51 stars 2 forks source link

Selected actor text hard to read with dark text on dark background #57

Closed kohizoey closed 3 years ago

kohizoey commented 3 years ago

Whichever actor is selected in the world outliner seems to have black text on a dark background making it difficult to read:

darker_nodes_world_outliner_selected_actor

It seems to be the same case inside the details window showing the current actor, although a bit more legible in this case:

darker_nodes_details_actor_name

Maybe with the darker selected background, the text could be brighter (or just white)?

hugoattal commented 3 years ago

@KohiZoey Try restarting your editor, this should fix it! (The selection color takes 2 restarts to be correctly set)

hugoattal commented 3 years ago

Maybe with the darker selected background, the text could be brighter (or just white)?

Also, to answer your suggestion, the selected text color is hard coded black, so there's no way I can change it yet 😕...

kohizoey commented 3 years ago

I see now, I was able to restart and the selection colors make more sense now, thanks!