From 53c43ee8ea0d63c528985792ed935cd1c4a416df Mon Sep 17 00:00:00 2001 From: YishiMichael Date: Tue, 23 Aug 2022 11:41:21 +0800 Subject: [PATCH] fix: recover default_config.yml --- manimlib/default_config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index 5f643071..65001983 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -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" @@ -40,5 +40,5 @@ camera_resolutions: med: "1280x720" high: "1920x1080" 4k: "3840x2160" - default_resolution: "low" + default_resolution: "high" fps: 30