Skip to content

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrantLauro committed May 4, 2021
1 parent ed42cef commit 645afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dice-simulator-PySimpleGUI.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from random import randint
import PySimpleGUI as sg

sg.theme('SandyBeach')
sg.theme('Purple')

layout = [
[sg.Text("What dice do you want to roll? [4/6/8/10/12/20/100]")],
Expand Down

0 comments on commit 645afaf

Please sign in to comment.