diff options
Diffstat (limited to 'powerline/themes/ipython/out.json')
-rw-r--r-- | powerline/themes/ipython/out.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/powerline/themes/ipython/out.json b/powerline/themes/ipython/out.json deleted file mode 100644 index 2425d0b..0000000 --- a/powerline/themes/ipython/out.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "default_module": "powerline.segments.ipython", - "segments": { - "left": [ - { - "type": "string", - "contents": "Out[", - "draw_soft_divider": false, - "width": "auto", - "align": "r", - "highlight_groups": ["prompt"] - }, - { - "function": "prompt_count", - "draw_soft_divider": false - }, - { - "type": "string", - "contents": "]", - "highlight_groups": ["prompt"] - } - ] - } -} |