Skip to content

Commit

Permalink
change(ui): change default UI theme when running on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 18, 2024
1 parent 96f3211 commit 2680b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicogis/ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def dicogis_gui():
elif opersys == "linux":
theme = "radiance"
if distro.name().lower() == "ubuntu":
theme = "yaru"
theme = "ubuntu"
elif opersys == "win32":
theme = "breeze"
else:
Expand Down

0 comments on commit 2680b47

Please sign in to comment.