From 0f668f8f2e334701af77d1103332d9cce6e5580c Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Sat, 30 Sep 2023 01:33:37 +0200 Subject: [PATCH] Update README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 115cafa..6af86ba 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,9 @@ IPython configuration: .. code:: python + import pygments_nightfox_style from pygments_nightfox_style.ipython_prompt import NightfoxPrompts c = get_config() c.TerminalInteractiveShell.prompts_class = NightfoxPrompts + c.TerminalInteractiveShell.highlighting_style = pygments_nightfox_style.NightfoxTransparentStyle