Skip to content

Commit

Permalink
change default color
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley authored and gtdang committed Aug 12, 2024
1 parent 7747aa1 commit 3f81fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class HNNGUI:
in the network.
"""

def __init__(self, theme_color="#8A2BE2",
def __init__(self, theme_color="#802989",
total_height=800,
total_width=1300,
header_height=50,
Expand Down

0 comments on commit 3f81fd8

Please sign in to comment.