(C) Copyright 2024 Pavel Tisnovsky
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
Contributors: Pavel Tisnovsky
link to source: https://github.com/tisnik/most-popular-python-libs/blob/master/PySimpleGUI/14-print-themes-2.py
link to source in literate programming format: https://tisnik.github.io/most-popular-python-libs/PySimpleGUI/14-print-themes-2.html
import PySimpleGUI as sg
themes = sorted(sg.list_of_look_and_feel_values())
print("\n".join(themes))