From ab25ba615d513b00a4c5e2dff706696a26f8ef76 Mon Sep 17 00:00:00 2001 From: Marven11 <110723864+Marven11@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:29:22 +0800 Subject: [PATCH] v0.5.5.1: change theme to a builtin one --- VERSION | 2 +- fenjing/interact.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d1d899f..be7d6fe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.5 +0.5.5.1 diff --git a/fenjing/interact.py b/fenjing/interact.py index b2e0586..43fee1e 100644 --- a/fenjing/interact.py +++ b/fenjing/interact.py @@ -20,7 +20,7 @@ "@help": {"eval", "get-config", "ls", "cat"}, } ) -style = style_from_pygments_cls(get_style_by_name("lightbulb")) +style = style_from_pygments_cls(get_style_by_name("inkpot")) INTERACTIVE_MODE_HELP_LONG = """\ Interactive Console: