Pygments style based on the Nightfox nvim theme.
Find a file
2023-09-30 02:18:28 +02:00
pygments_nightfox_style Change color for login when root 2023-09-30 02:18:28 +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 Update README 2023-09-30 01:33:37 +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

   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