Pygments style based on the Nightfox nvim theme.
Find a file
2023-09-30 01:02:41 +02:00
pygments_nightfox_style IPython prompt 2023-09-30 01:02:41 +02:00
.gitignore Initial commit 2023-09-12 23:58:49 +02:00
LICENSE Initial commit 2023-09-12 23:58:49 +02:00
pyproject.toml IPython prompt 2023-09-30 01:02:41 +02:00
README.rst IPython prompt 2023-09-30 01:02:41 +02:00

# pygments_nightfox_style

Pygments Nightfox Style
=======================

A style for Pygments (and IPython) based on Nightfox palette by EdenEast.

`Original repository for Nightfox palette <https://github.com/EdenEast/nightfox.nvim>`_


This style has IPython specific configuration, when using this code in your
IPython configuration:

.. code:: python

   from pygments_nightfox_style.ipython_prompt import NightfoxPrompts

   c = get_config()
   c.TerminalInteractiveShell.prompts_class = NightfoxPrompts