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