Skip to content

Commit

Permalink
fix: recover default_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YishiMichael committed Aug 23, 2022
1 parent 3c0abb0 commit 53c43ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manimlib/default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ directories:
temporary_storage: ""
universal_import_line: "from manimlib import *"
style:
tex_template: "ctex"
font: "Source Han Sans Light"
tex_template: "default"
font: "Consolas"
text_alignment: "LEFT"
background_color: "#000000"
background_color: "#333333"
# Set the position of preview window, you can use directions, e.g. UL/DR/OL/OO/...
# also, you can also specify the position(pixel) of the upper left corner of
# the window on the monitor, e.g. "960,540"
Expand All @@ -40,5 +40,5 @@ camera_resolutions:
med: "1280x720"
high: "1920x1080"
4k: "3840x2160"
default_resolution: "low"
default_resolution: "high"
fps: 30

0 comments on commit 53c43ee

Please sign in to comment.