MagicMagnet icon indicating copy to clipboard operation
MagicMagnet copied to clipboard

I like it! Nice custom theme

Open PySimpleGUI opened this issue 5 years ago • 2 comments

There's a new call that's been added (being added) that makes adding a theme entry easier.

def theme_add_new(new_theme_name, new_theme_dict):
    """
    Add a new theme to the dictionary of themes

    :param new_theme_name: text to display in element
    :type new_theme_name: (str)
    :param new_theme_dict: text to display in element
    :type new_theme_dict: (dict)
    """

I love that you added screenshots in your readme! 👍

PySimpleGUI avatar Jul 16 '20 12:07 PySimpleGUI