MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / theme_list

Function theme_list

PySimpleGUI/PySimpleGUI.py:19868–19875  ·  view source on GitHub ↗

Returns a sorted list of the currently available color themes :return: A sorted list of the currently available color themes :rtype: List[str]

()

Source from the content-addressed store, hash-verified

19866
19867
19868def theme_list():
19869 """
19870 Returns a sorted list of the currently available color themes
19871
19872 :return: A sorted list of the currently available color themes
19873 :rtype: List[str]
19874 """
19875 return list_of_look_and_feel_values()
19876
19877
19878def theme_add_new(new_theme_name, new_theme_dict):

Callers 4

theme_globalFunction · 0.85
_main_switch_themeFunction · 0.85

Calls 1

Tested by

no test coverage detected