0

I have try

sg.theme('DarkAmber')

but I got the error

"AttributeError: module 'PySimpleGUI' has no attribute 'theme'"

software version:
python3.6, PySimpleGUI version:4.16.0
platform: ubuntu 16.04
Bhargav Desai
  • 941
  • 1
  • 5
  • 17
drewhaha
  • 25
  • 4

1 Answers1

1

Try sg.ChangeLookAndFeel('DarkAmber')

MacItaly
  • 345
  • 4
  • 16