Pygments style based on the Nightfox nvim theme.
pygments_nightfox_style | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.rst |
# 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