Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan296 committed May 3, 2023
1 parent ee4b344 commit 0ec069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def open_file(findPath):
else: # linux variants
subprocess.call(('xdg-open', findPath))

sg.theme('')
sg.theme('DarkGreen4')

file_types = ['exe', 'txt', 'jpg', 'png', 'docx', 'pdf', 'mp4']

Expand Down

0 comments on commit 0ec069c

Please sign in to comment.