diff --git a/DemoPrograms/Demo_Buttons_Base64_Shaded.py b/DemoPrograms/Demo_Buttons_Base64_Shaded.py index 325de82c..4c485294 100644 --- a/DemoPrograms/Demo_Buttons_Base64_Shaded.py +++ b/DemoPrograms/Demo_Buttons_Base64_Shaded.py @@ -16,12 +16,13 @@ import PySimpleGUI as sg """ def main(): - sg.theme('Light Green 6') + # sg.theme('Light Green 6') # sg.theme('Dark Red') + sg.theme('Dark Green 7') layout = [ [sg.Text('Some Base64 Buttons', font='Default 16')], - [sg.Text('The size is modified using the image_subsample paramter')], + [sg.Text('The size is modified using the image_subsample parameter')], [sg.Text("All of these buttons are contained in this program's source code")], - [sg.Text('These are super-attractive buttons... better are coming.')], + [sg.Text('These are not super-attractive buttons... better are coming... perhaps with your help.')], [sg.Text('The point is that it is not difficult for you to add button graphics to your GUI')], [