Hi I have a theme.tres file and in this theme I customized the buttons background color
For example I want to change button hover background color in theme.tres and I want to
do it with gdscript. How I can do this?
self.theme.set_color("Button","normal",Color(1,1,1,1))
This code is not working but its not giving error also.