Skip to content

Commit

Permalink
Modify theme and resolution with environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed May 6, 2024
1 parent 3ef013e commit 3bb2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/toolkits/antenna/run_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# Set resolution and user interface theme
os.environ["AEDT_TOOLKIT_HIGH_RESOLUTION"] = "True"
os.environ["AEDT_TOOLKIT_THEME"] = "ansys_light.json"
os.environ["AEDT_TOOLKIT_THEME"] = "ansys_dark.json"

# Define global variables or constants
backend_file = os.path.join(backend.__path__[0], "run_backend.py")
Expand Down

0 comments on commit 3bb2a03

Please sign in to comment.