Update README
This commit is contained in:
parent
62f260def1
commit
0f668f8f2e
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@ IPython configuration:
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
|
import pygments_nightfox_style
|
||||||
from pygments_nightfox_style.ipython_prompt import NightfoxPrompts
|
from pygments_nightfox_style.ipython_prompt import NightfoxPrompts
|
||||||
|
|
||||||
c = get_config()
|
c = get_config()
|
||||||
c.TerminalInteractiveShell.prompts_class = NightfoxPrompts
|
c.TerminalInteractiveShell.prompts_class = NightfoxPrompts
|
||||||
|
c.TerminalInteractiveShell.highlighting_style = pygments_nightfox_style.NightfoxTransparentStyle
|
||||||
|
|
Loading…
Reference in a new issue