Skip to content

Commit

Permalink
Made frappe as default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
parazeeknova committed Jun 29, 2024
1 parent 1be9926 commit 451fc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Sets the color theme
current_theme = resource("color_themes\\frappe.json")
# Should be replaced with a function in future for catppuccin color scheme
customtkinter.set_default_color_theme("blue")
customtkinter.set_default_color_theme(current_theme)


# Welcome screen for the text editor disabled because currently a mess
Expand Down

0 comments on commit 451fc1c

Please sign in to comment.